ubuntu主流源地址(官方链接实时更新版)

ubuntu主流源地址(官方更新版)

  • ubuntu主流源地址(官方链接实时更新版)
    • 阿里源
    • 华为源
    • 清华源
    • 中科大源

ubuntu主流源地址(官方链接实时更新版)

阿里源

https://developer.aliyun.com/mirror/ubuntu?spm=a2c6h.13651102.0.0.3e221b11CtFetu

华为源

https://mirrors.huaweicloud.com/
1、备份配置文件:

sudo cp -a /etc/apt/sources.list /etc/apt/sources.list.bak

2、修改sources.list文件,将http://archive.ubuntu.com和http://security.ubuntu.com替换成http://repo.huaweicloud.com,可以参考如下命令:

sudo sed -i "s@http://.*archive.ubuntu.com@http://repo.huaweicloud.com@g" /etc/apt/sources.list
sudo sed -i "s@http://.*security.ubuntu.com@http://repo.huaweicloud.com@g" /etc/apt/sources.list

3、执行apt-get update更新索引

清华源

https://mirrors.tuna.tsinghua.edu.cn/help/ubuntu/

中科大源

http://mirrors.ustc.edu.cn/help/ubuntu.html

你可能感兴趣的:(Ubuntu,ubuntu,linux,apt)