Jul 12, 2019
apt换国内源
1. 备份原配置文件
1 | mv /etc/apt/sources.list /etc/apt/sources.list.bak |
2. 修改sources.list
stretch(debian9)
1 | deb http://mirrors.aliyun.com/debian stretch main contrib non-free |
3. 更新源
1 | apt-get update |
1 | mv /etc/apt/sources.list /etc/apt/sources.list.bak |
stretch(debian9)
1 | deb http://mirrors.aliyun.com/debian stretch main contrib non-free |
1 | apt-get update |