今天就跟大家聊聊有关Debian 源列表的实例分析,可能很多人都不太了解,为了让大家更加了解,小编给大家总结了以下内容,希望大家根据这篇文章可以有所收获。Debian 中无论是系统更新、下载软件等等,都是连接到默认镜像站点。这些站点地址都储
今天就跟大家聊聊有关Debian 源列表的实例分析,可能很多人都不太了解,为了让大家更加了解,小编给大家总结了以下内容,希望大家根据这篇文章可以有所收获。
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 源列表的实例分析有进一步的了解吗?如果还想了解更多知识或者相关内容,请关注编程网精选频道,感谢大家的支持。
--结束END--
本文标题: Debian 源列表的实例分析
本文链接: https://lsjlt.com/news/285629.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-05-24
2024-05-24
2024-05-24
2024-05-24
2024-05-24
2024-05-24
2024-05-24
2024-05-24
2024-05-24
2024-05-24
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0