使用說明
Ubuntu的倉庫地址為:https://repo.huaweicloud.com/ubuntu/
Ubuntu-CD的 鏡像 地址為:https://repo.huaweicloud.com/ubuntu-cdimage/
Ubuntu-Cloud的鏡像地址為:https://repo.huaweicloud.com/ubuntu-cloud-images/
Ubuntu-Ports的倉庫地址為:https://repo.huaweicloud.com/ubuntu-ports/
Ubuntu-Releases的鏡像地址為:https://repo.huaweicloud.com/ubuntu-releases/
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、執(zhí)行apt-get update更新索引
相關(guān)網(wǎng)址
Ubuntu官方地址:http://www.ubuntu.com/
Ubuntu論壇地址:http://ubuntuforums.org/
Ubuntu Wiki地址:https://wiki.ubuntu.com/
Ubuntu幫助地址:https://help.ubuntu.com/
Ubuntu郵件列表地址:http://www.ubuntu.com/support/community/mailinglists