操作前请做好相应备份
一般情况下,将 /etc/apt/sources.list 文件中 Debian 默认的源地址 http://deb.debian.org/ 替换为 http://mirrors.ustc.edu.cn 即可。
可以使用如下命令:
当然也可以直接编辑 /etc/apt/sources.list 文件(需要使用 sudo)。以下是 Debian Stable 参考配置内容:
同时你也可能需要更改 Debian Security 源,请参考 Debian Security 源使用帮助
更改完 sources.list 文件后请运行 sudo apt-get update 更新索引以生效。
使用 HTTPS 可以有效避免国内运营商的缓存劫持,但需要事先安装 apt-transport-https (Debian Buster 及以上版本不需要)。
设置快速的debian源的方法:1)设置临时源
vi /etc/apt/sources.list
#添加以下一行到文件最后
deb http://http。us。debian。org/debian stable main
apt-get update
apt-get install apt-spy
3)自动下载列表并使用apt-spy测试最快的源
apt-spy update
apt-spy -d stable -a asia -t 3
4)查看生成的配置文件,里面是最快的源
cat /etc/apt/sources.list.d/apt-spy.list
5)删除临时源
vi /etc/apt/sources.list
#删除以下一行
deb http://http。us。debian。org/debian stable main
6)更新软件包列表
apt-get update
完成!
欢迎分享,转载请注明来源:夏雨云
评论列表(0条)