您好,登錄后才能下訂單哦!
這篇“UBUNTU怎么更換源”文章的知識點大部分人都不太理解,所以小編給大家總結了以下內容,內容詳細,步驟清晰,具有一定的借鑒價值,希望大家閱讀完這篇文章能有所收獲,下面我們一起來看看這篇“UBUNTU怎么更換源”文章吧。
首先備份源列表(for sure):
sudo cp /etc/apt/sources.list /etc/apt/sources.list_backup
而后用gedit或其他編輯器打開/etc/apt/sources.list:
nano /etc/apt/sources.list
注意:一定要選對版本
模板:12.04source
deb http://cn.archive.ubuntu.com/ubuntu/ precise main restricted universe multiverse deb http://cn.archive.ubuntu.com/ubuntu/ precise-security main restricted universe multiverse deb http://cn.archive.ubuntu.com/ubuntu/ precise-updates main restricted universe multiverse deb http://cn.archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse ##測試版源 deb http://cn.archive.ubuntu.com/ubuntu/ precise-proposed main restricted universe multiverse # 源碼 deb-src http://cn.archive.ubuntu.com/ubuntu/ precise main restricted universe multiverse deb-src http://cn.archive.ubuntu.com/ubuntu/ precise-security main restricted universe multiverse deb-src http://cn.archive.ubuntu.com/ubuntu/ precise-updates main restricted universe multiverse deb-src http://cn.archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse ##測試版源 deb-src http://cn.archive.ubuntu.com/ubuntu/ precise-proposed main restricted universe multiverse # Canonical 合作伙伴和附加 deb http://archive.canonical.com/ubuntu/ precise partner deb http://extras.ubuntu.com/ubuntu/ precise main
模板:14.04source
deb http://ftp.cuhk.edu.hk/pub/Linux/ubuntu/ trusty main restricted universe multiverse deb http://ftp.cuhk.edu.hk/pub/Linux/ubuntu/ trusty-security main restricted universe multiverse deb http://ftp.cuhk.edu.hk/pub/Linux/ubuntu/ trusty-updates main restricted universe multiverse deb http://ftp.cuhk.edu.hk/pub/Linux/ubuntu/ trusty-backports main restricted universe multiverse ##測試版源 deb http://ftp.cuhk.edu.hk/pub/Linux/ubuntu/ trusty-proposed main restricted universe multiverse # 源碼 deb-src http://ftp.cuhk.edu.hk/pub/Linux/ubuntu/ trusty main restricted universe multiverse deb-src http://ftp.cuhk.edu.hk/pub/Linux/ubuntu/ trusty-security main restricted universe multiverse deb-src http://ftp.cuhk.edu.hk/pub/Linux/ubuntu/ trusty-updates main restricted universe multiverse deb-src http://ftp.cuhk.edu.hk/pub/Linux/ubuntu/ trusty-backports main restricted universe multiverse ##測試版源 deb-src http://ftp.cuhk.edu.hk/pub/Linux/ubuntu/ trusty-proposed main restricted universe multiverse # Canonical 合作伙伴和附加 deb http://archive.canonical.com/ubuntu/ trusty partner deb http://extras.ubuntu.com/ubuntu/ trusty main
可將 http://cn.archive.ubuntu.com/ubuntu/ 替換為下列任意服務器:
Ubuntu 官方(歐洲,國內較慢,無同步延遲)
http://archive.ubuntu.com/ubuntu/
Ubuntu 官方中國(目前是阿里云)
http://cn.archive.ubuntu.com/ubuntu/
教育網
以下服務器有教育網接入,推薦教育網用戶使用 IPv6:
中科大 LUG(合肥,電信/聯通/移動/教育網自動分流,同時也是 Deepin 官方)
https://mirrors.ustc.edu.cn/ubuntu/ (v4/v6) http://mirrors4.ustc.edu.cn/ubuntu/ (v4) http://mirrors6.ustc.edu.cn/ubuntu/ (v6)
中科院 OpenCAS
http://mirrors.opencas.cn/ubuntu/
清華 TUNA(教育網核心節點百兆接入,已計劃提高到千兆)
http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ (v4/v6) http://mirrors.4.tuna.tsinghua.edu.cn/ubuntu/ (v4) http://mirrors.6.tuna.tsinghua.edu.cn/ubuntu/ (v6)
大陸地區以外
香港中文大學更新服務器,由香港中文大學資訊科技服務處維護
http://ftp.cuhk.edu.hk/pub/Linux/ubuntu
香港 01link 更新服務器,由香港聯達網絡服務有限公司維護
http://ubuntu.01link.hk
香港 uhost 更新服務器,由香港互聯科技有限公司維護
http://ubuntu.uhost.hk
臺灣的官方源。速度有時甚至快于內地的,包含 ian 等其他鏡像
http://tw.archive.ubuntu.com/ubuntu
然后,刷新列表:
sudo apt-get update
注意:一定要執行刷新
如果出現
W: GPG error: http://extras.ubuntu.com trusty Release: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY 16126D3A3E5C1192
則執行
gpg --keyserver keyserver.ubuntu.com --recv 3E5C1192 gpg --export --armor 3E5C1192 | sudo apt-key add -
然后再刷新列表
以上就是關于“UBUNTU怎么更換源”這篇文章的內容,相信大家都有了一定的了解,希望小編分享的內容對大家有幫助,若想了解更多相關的知識內容,請關注億速云行業資訊頻道。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。