ubuntu apt源

來源:互聯網
上載者:User
sudo cp /etc/apt/sources.list /etc/apt/sources.list_backup sudo vi /etc/apt/sources.list
sudo apt-get update

Ubuntu的預設源是位於歐洲的官方補救伺服器(國內較慢,但無同步延遲問題),現在很多高校都開通了IPv6,而且對IPv6的免流量費,正好Ubuntu有很多鏡像站支援IPv6,因此我們可以手動設定Ubuntu的源來達到免流量更新的目的,速度也更快。

首先備份源列表:
sudo cp /etc/apt/sources.list /etc/apt/sources.list_backup
而後用gedit或其他編輯器開啟:
 gksu gedit /etc/apt/sources.list
選擇清華大學開源鏡像站的源,替換掉檔案中所有的內容,儲存編輯好的檔案:

清華大學補救伺服器,IPv6-Only 地址(適用於Ubuntu 12.04)

deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ precise main restricted universe multiverse
deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ precise-security main restricted universe multiverse
deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ precise-updates main restricted universe multiverse
deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ precise-backports main restricted universe multiverse
deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ precise-proposed main restricted universe multiverse
deb-src http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ precise main restricted universe multiverse
deb-src http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ precise-security main restricted universe multiverse
deb-src http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ precise-updates main restricted universe multiverse
deb-src http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ precise-backports main restricted universe multiverse
deb-src http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ precise-proposed main restricted universe multiverse

然後,重新整理列表 注意:一定要執行重新整理
sudo apt-get update

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.