Debian修改软件源
首选安装apt-spy,可以自动测试到哪个源的下载速度最快。
当然,刚装完系统是没有apt-spy的,但是我们可以找个暂时先替代的。譬如:
在/etc/apt/sources.list 中添加:
deb http://http.us.debian.org/debian/ stable main
执行以下命令更新软件包列表:
apt-get update
然后执行以下命令安装 apt-spy:
apt-get install apt-spy
从源上下载一份源的镜像列表:http://http.us.debian.org/debian/README.mirrors.txt
apt-spy update
测试亚洲地区的源的速度,并生成apt-spy.list文件:
apt-spy -d unstable -a asia -t 5
覆盖源文件:
cp /etc/apt/sources.list.d/apt-spy.list /etc/apt/sources.list apt-get update
原文链接:https://www.qiquanji.com/post/5178.html
本站声明:网站内容来源于网络,如有侵权,请联系我们,我们将及时处理。
微信扫码关注
更新实时通知