Debian修改APT软件源

2019-04-26 05:02:21 5795

Linux拥有众多的发行版,每个发行版都有提供镜像,但是,有些镜像的下载速度参差不齐,偶尔会有更新失败的情况。

下面以修改 Debian 软件源为 中科大为例进行说明:

镜像地址:https://www.landui.com/

1、备份原配置文件:

# cp /etc/apt/sources.list /etc/apt/sources.list.backup

2、修改软件源配置文件

debian 7.x (wheezy)

编辑/etc/apt/sources.list文件, 将内容修改为:

  1. deb http://mirrors.ustc.edu.cn/debian wheezy main non-free contrib

  2. deb http://mirrors.ustc.edu.cn/debian wheezy-proposed-updates main non-free contrib

  3. deb-src http://mirrors.ustc.edu.cn/debian wheezy main non-free contrib

  4. deb-src http://mirrors.ustc.edu.cn/debian wheezy-proposed-updates main non-free contrib

debian 8.x (jessie) 编辑/etc/apt/sources.list文件, 将内容修改为:

deb http://www.landui.com/debian jessie main non-free contrib
deb http://www.landui.com/debian jessie-proposed-updates main non-free contrib
deb-src http://www.landui.com/debian jessie main non-free contrib
deb-src http://www.landui.com/debian jessie-proposed-updates main non-free contrib

3、更新

# apt-get update


提交成功!非常感谢您的反馈,我们会继续努力做到更好!

这条文档是否有帮助解决问题?

非常抱歉未能帮助到您。为了给您提供更好的服务,我们很需要您进一步的反馈信息:

在文档使用中是否遇到以下问题: