Debian 9 更换源
# 先备份源列表文件
mv /etc/apt/sources.list /etc/apt/sources.list.bak
# 生成新的源列表文件(用的国内源镜像)
echo "deb http://ftp.cn.debian.org/debian/ stretch main" > /etc/apt/sources.list
echo "deb http://ftp.cn.debian.org/debian/ stretch-updates main" >> /etc/apt/sources.list
echo "deb http://ftp.cn.debian.org/debian-security stretch/updates main" >> /etc/apt/sources.list
# 更新源
apt update
[支持/订阅](https://afdian.com/a/taadis)作者,以获得更多服务.

浙公网安备 33010602011771号