打印

请贴一个debian的sources.list for woody

请贴一个debian的sources.list for woody

安装的时候没有注意sources.list,很多软件没能装上,我的list是这样的,各位的呢?

# deb http://security.debian.org/ stable/updates main

只有这一句!!! :-(  :-(

TOP

#deb http://ftp.uk.debian.org/debian/ ../project/experimental main  
#deb-src http://ftp.uk.debian.org/debian/ ../project/experimental main  
#deb http://people.debian.org/~kov/debian woody gnome2
#deb http://ftp.debian.org/debian ../project/experimental main
#deb-src http://ftp.debian.org/debian ../project/experimental main

deb http://211.95.164.50/debian stable main
#deb http://192.168.10.5/debian stable main
#deb http://www2.linuxforum.net/ftp/pub1/debian/ stable main  
#deb-src http://www2.linuxforum.net/ftp/pub1/debian/ stable main  

deb http://ftp.jp.debian.org/debian/ unstable main  
deb-src http://ftp.jp.debian.org/debian/ unstable main  
#deb http://non-us.debian.org/debian-non-US unstable/non-US main
#deb-src http://non-us.debian.org/debian-non-US unstable/non-US main

deb http://security.debian.org/ stable/updates main

我的就包括这些. 换着用,需要stable或unstable就改一下,然后apt-get update
Debian when u r sa(i)d, u r unstable 有三件事具有生命的意义。它们是你生活当中所有事情的动机,包括你所做的任何事情和一个生命体该做的所有事情。[X] 第一是生存,[...] 第二是社会秩序,[ ] 第三是娱乐。---Linux Tovarlds (Just For Fun)

TOP

http://www.apt-get.org/

TOP

为什么这些地址用浏览器直接连看不到呢?

谁还能贴一下自己用的,多谢!

TOP

最好的办法
apt-get install netselect netselect-apt

netselect-apt stable

好处自己慢慢体会吧...呵..

TOP

我喜欢狂加,不爽的就狂删.用上面那个东东.能把绝大一部分mirror站点扫描过去.最后告诉你最快的站点.

netselect-apt stable
其中stable可以换成你要的版本,如:unstalbe.....

TOP

不是很准。我连mirrors.kernel.org最快
引用:
6.4.14 优化sources.list

简而言之,我尝试过用各种优化方法来创建sources.list,但任何一种方法对我这个住在美国的人来说都没有明显的改善。最后我还是用apt-setup手工选择近一点的站点。

apt-spy会根据站点回应时间和带宽自动创建sources.list。netselect-apt会创建一个更完整的sources.list文件,但它使用更落后的方法来选择镜像站点(比较ping time)。

     # apt-get install apt-spy
     # cd /etc/apt ; mv sources.list sources.list.org
     # apt-spy -d testing -l sources.apt
http://qref.sourceforge.net/Debian/reference/ch-package.zh-cn.html

TOP