久久精品人人爽,华人av在线,亚洲性视频网站,欧美专区一二三

Debian 源列表的實例分析

185次閱讀
沒有評論

共計 5444 個字符,預計需要花費 14 分鐘才能閱讀完成。

今天就跟大家聊聊有關 Debian 源列表的實例分析,可能很多人都不太了解,為了讓大家更加了解,丸趣 TV 小編給大家總結了以下內容,希望大家根據這篇文章可以有所收獲。

Debian 中無論是系統更新、下載軟件等等,都是連接到默認鏡像站點。這些站點地址都儲存在“軟件源列表文件”,簡稱“源”。這是我的 Debian Testing(Squeeze)和 Debian Unstable(Sid)的源列表。您需要以管理員權限編輯 sources.list。

使用 nano 編輯:

sudo nano etc/apt/sources.list

使用 gedit 編輯:

gksu gedit etc/apt/sources.list

使用 kwrite 編輯:

kdesu kwrite etc/apt/sources.list

# Debian Testing Squeeze Official / Non Official Repository List  

# By PAOLO C. (www.paolocampitelli.com/debian-repository-list)  

# To Disable a repository put a # before repository link.  

# [Last Update: 08/05/2010]  

### Official Debian Squeeze Repository ###  

deb ftp://ftp.it.debian.org/debian/ testing main contrib non-free  

deb-src ftp://ftp.it.debian.org/debian/ testing main contrib non-free  

### Official Debian Squeeze Security Update ###  

deb http://security.debian.org/ testing/updates main contrib non-free  

### Debian Volatile (squeeze) ###  

deb http://volatile.debian.org/debian-volatile squeeze/volatile 
main contrib non-free  

### Marillat Debian Multimedia ###  

deb http://www.debian-multimedia.org/ testing main  

deb-src http://www.debian-multimedia.org/ testing main  

### Maxer Multimedia (sometimes Down) ###  

# deb http://repos.knio.it/ testing main contrib non-free  

# deb-src http://repos.knio.it/ testing main contrib non-free  

### Unofficial Debian Repository ###  

#deb http://unofficial.debian-maintainers.org/ squeeze main 
contrib non-free restricted  

#deb-src http://unofficial.debian-maintainers.org/ squeeze 
main contrib non-free restricted  

### Java LG3D Looking Glass ###  

#deb http://javadesktop.org/lg3d/debian testing contrib  

### Swiftfox, a Mozilla Firefox i686 Optimized Official Repository ###  

deb http://getswiftfox.com/builds/debian unstable non-free  

### Skype ###  

deb http://download.skype.com/linux/repos/debian/ stable non-free  

### Opera Browser ###  

deb http://deb.opera.com/opera/ lenny non-free  

###Java 6 JRE/SDK (From Official Debian Repository) ###  

deb http://ftp.bononia.it/debian unstable main contrib non-free  

### Enlightment E17 Official Repository ###  

deb http://edevelop.org/debian/ testing main  

### InitNG- Next Generation Init Start Repository ###  

#deb http://debian.mawk.org/debian/ binary/  

#deb-src http://debian.mawk.org/debian/ source/  

### eMoviX ###  

deb http://organact.mine.nu/debian unstable/  

### WxWidget Repository ###  

#deb http://apt.tt-solutions.com/debian/ etch main  

### TOR ###  

deb http://mirror.noreply.org/pub/tor lenny main  

deb-src http://mirror.noreply.org/pub/tor lenny main  

### VirtualBox ###  

deb http://www.virtualbox.org/debian lenny non-free  

### Emesene- GTK Msn Client SVN Repository ###  

deb http://apt.emesene.org/ ./  

deb-src http://apt.emesene.org/ ./  

### Google software repository ###  

deb http://dl.google.com/linux/deb/ stable non-free  

### Wine HQ Repository ###  

deb http://www.lamaresh.net/apt squeeze main  

### aMule CVS Repository ###  

deb http://www.vollstreckernet.de/debian/ testing amule wx 

# Debian Sid Official / Non Official Repository List # By PAOLO C. (www.paolocampitelli.com/debian-repository-list) # To Disable a repository put a # before repository link. # [Last Update: 08/05/2010] ### Official Debian Sid Repository ### deb ftp://ftp.it.debian.org/debian/ sid main contrib non-free deb-src ftp://ftp.it.debian.org/debian/ sid main contrib non-free ### Official Debian Testing Security Update ### deb http://security.debian.org/ testing/updates main contrib non-free ### Marillat Debian Multimedia ### deb http://www.debian-multimedia.org/ sid main deb-src http://www.debian-multimedia.org/ sid main ### Maxer Multimedia (sometimes Down) ### # deb http://repos.knio.it/ unstable main contrib non-free # deb-src http://repos.knio.it/ unstable main contrib non-free ### Unofficial Debian Repository ### deb http://unofficial.debian-maintainers.org/ sid main contrib non-free restricted deb-src http://unofficial.debian-maintainers.org/ sid main contrib non-free restricted ### Java LG3D Looking Glass ### #deb http://javadesktop.org/lg3d/debian unstable contrib ### Swiftfox, a Mozilla Firefox i686 Optimized Official Repository ### deb http://getswiftfox.com/builds/debian unstable non-free ### Skype ### deb http://download.skype.com/linux/repos/debian/ stable non-free ### Opera Browser ### deb http://deb.opera.com/opera/ sid non-free ###Java 6 JRE/SDK (From Official Debian Repository) ### deb http://ftp.bononia.it/debian unstable main contrib non-free ### Enlightment E17 Official Repository ### deb http://edevelop.org/debian/ unstable main ### InitNG- Next Generation Init Start Repository ### #deb http://debian.mawk.org/debian/ binary/ #deb-src http://debian.mawk.org/debian/ source/ ### eMoviX ### #deb http://organact.mine.nu/debian/ unstable/ ### WxWidget Repository ### #deb http://apt.tt-solutions.com/debian/ etch main ### TOR ### deb http://mirror.noreply.org/pub/tor sid main deb-src http://mirror.noreply.org/pub/tor sid main ### VirtualBox ### deb http://www.virtualbox.org/debian etch non-free ### Emesene- GTK Msn Client SVN Repository ### deb http://apt.emesene.org/ ./ deb-src http://apt.emesene.org/ ./ ### Google software repository ### deb http://dl.google.com/linux/deb/ stable non-free ### Wine HQ Repository ### deb http://www.lamaresh.net/apt sid main ### aMule CVS Repository ### deb http://www.vollstreckernet.de/debian/ unstable amule wx ### VLC SVN Repository ### #deb http://nightlies.videolan.org/build/sid-i386/arch/ ./

看完上述內容,你們對 Debian 源列表的實例分析有進一步的了解嗎?如果還想了解更多知識或者相關內容,請關注丸趣 TV 行業資訊頻道,感謝大家的支持。

正文完
 
丸趣
版權聲明:本站原創文章,由 丸趣 2023-08-04發表,共計5444字。
轉載說明:除特殊說明外本站除技術相關以外文章皆由網絡搜集發布,轉載請注明出處。
評論(沒有評論)
主站蜘蛛池模板: 铜川市| 南澳县| 光山县| 合阳县| 泸西县| 永宁县| 兴和县| 沙河市| 永善县| 渝中区| 保康县| 芦溪县| 佛教| 珠海市| 灵石县| 资阳市| 分宜县| 阿克苏市| 新宁县| 彰化县| 政和县| 大港区| 林州市| 牟定县| 建湖县| 梁平县| 大足县| 马尔康县| 石柱| 梅州市| 福泉市| 梁平县| 龙山县| 扶沟县| 凤台县| 屯留县| 兴和县| 仁怀市| 滕州市| 长沙市| 呼伦贝尔市|