使用說明
警告
操作前請(qǐng)做好相應(yīng)備份
一般情況下晌缘,將 /etc/apt/sources.list 文件中 Debian 默認(rèn)的源地址 http://deb.debian.org/ 替換為 http://mirrors.ustc.edu.cn 即可。
可以使用如下命令:
sudo sed -i 's/deb.debian.org/mirrors.ustc.edu.cn/g' /etc/apt/sources.list
當(dāng)然也可以直接編輯 /etc/apt/sources.list 文件(需要使用 sudo)痢站。以下是 Debian Stable 參考配置內(nèi)容:
deb http://mirrors.ustc.edu.cn/debian stable main contrib non-free
# deb-src http://mirrors.ustc.edu.cn/debian stable main contrib non-free
deb http://mirrors.ustc.edu.cn/debian stable-updates main contrib non-free
# deb-src http://mirrors.ustc.edu.cn/debian stable-updates main contrib non-free
# deb http://mirrors.ustc.edu.cn/debian stable-proposed-updates main contrib non-free
# deb-src http://mirrors.ustc.edu.cn/debian stable-proposed-updates main contrib non-free
同時(shí)你也可能需要更改 Debian Security 源磷箕,請(qǐng)參考 Debian Security 源使用幫助
更改完 sources.list 文件后請(qǐng)運(yùn)行 sudo apt-get update
更新索引以生效。
小技巧
使用 HTTPS 可以有效避免國(guó)內(nèi)運(yùn)營(yíng)商的緩存劫持阵难,但需要事先安裝 apt-transport-https (Debian Buster 及以上版本不需要)岳枷。