歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
Linux教程網 >> Linux基礎 >> Linux服務器 >> Ubuntu 8.10(Intrepid Ibex)軟件源設置

Ubuntu 8.10(Intrepid Ibex)軟件源設置

日期:2017/3/2 16:43:30   编辑:Linux服務器

代號為 Intrepid Ibex 的 Ubuntu 8.10 將在10月30日正式發布,相信又會有不少的 Windows 用戶將會嘗試 Ubuntu 8.10 的那個窗外的用戶體驗。

對於 Ubuntu 的中國用戶來說,似乎在安裝 Ubuntu 完成後都會先修改軟件源為中國內服務器上的源,這樣以較快的速度進行更新系統下載中文語言包、中文輸入法以及別的應用軟件。

也許 Ubuntu 的老用戶看了會說 OwnLinux 在開始談論一個“古老的話題”了,是的設置軟件源似乎是一個老生常談的問題了,但是每次 Ubuntu 的發布正式版後都會有大量的問題搜索源相關的問題,這一點看看 OwnLinux 上的源設置的那兩篇文章的點擊量就知道了。其實在 Ubuntu 8.14 裡和以前的 Ubuntu 發行版中設置軟件源的方法是一樣的。Ubuntu 8.10 ( Intrepid Ibex ) 正式版即將發行了,問到這個問題的人也不少,今就再談一下在 Ubuntu 8.10 ( Intrepid Ibex ) 裡修改源的方法,之前本站的原創團隊成員幻星之孤獨曾寫過一篇叫《細說 Ubuntu Linux 軟件源》 的文章,筆者也寫了一篇 《Ubuntu 8.04 LTS (Hardy Heron)軟件源設置指南》的文章方法一樣內容也差不多。不清楚具體方法的朋友可以去參考一下那兩篇文章.

備份軟件源: sudo cp /etc/apt/sources.list /etc/apt/sources.list_backup
很多人都會說這一步很多余,但是一旦你的軟件源出了問題恢復一下不是更容易嗎?筆者也遇到過幾次有人問我想恢復到默認時候的源怎麼辦?其實在 Linux 中很多設置都是修改配置文件來進行的,讓初學者從開始接觸 Linux 就學習備份設置不是一樣很好的事嗎?建議 Linux 初學者養成操作前先備份的習慣。

編輯軟件源: sudo gedit /etc/apt/sources.list
從下面列表中選擇合適的源(注意:一定要選和你的系統一致的版本8.10、 8.04、7.10、 7.04、6.10、 6.06),替換掉文件中內容,保存編輯好的文件

更新軟件源: sudo apt-get update
推薦軟件源:建議電信用戶選擇 CN99 的軟件源(目前電信用戶使用最普及的,速度快而且穩定),網通用戶使用台灣大學的軟件源,教育網用戶使用廈門大學的軟件源。注意:不同的網絡狀況連接以下源的速度不同, 所以cn99並不一定是最快的源, 建議在添加前手動驗證以下源的連接速度(ping下就行),比如說北京網通ADSL用戶連接cn99就非常慢,而ftp.sjtu.edu.cn是相對較快的源,選擇最快的源可以節省大批下載時間

Ubuntu.cn99.com更新服務器(江蘇省常州市電信,推薦電信用戶使用):

deb http://ubuntu.cn99.com/ubuntu/ intrepid main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ intrepid-security main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ intrepid-updates main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ intrepid-proposed main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ intrepid-backports main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ intrepid main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ intrepid-security main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ intrepid-updates main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ intrepid-proposed main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ intrepid-backports main restricted universe multiverse
台灣大學更新服務器(推薦網通用戶使用,強烈推薦此源,比較完整):

deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ intrepid main restricted universe multiverse
deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ intrepid main restricted universe multiverse
deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ intrepid-updates main restricted universe multiverse
deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ intrepid-updates main restricted universe multiverse
deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ intrepid-backports main restricted universe multiverse
deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ intrepid-backports main restricted universe multiverse
deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ intrepid-security main restricted universe multiverse
deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ intrepid-security main restricted universe multiverse
deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ intrepid-proposed main multiverse restricted universe
deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ intrepid-proposed main restricted universe multiverse
廈門大學更新服務器(教育網服務器):

deb ftp://ubuntu.realss.cn/ubuntu/ intrepid main restricted universe multiverse
deb ftp://ubuntu.realss.cn/ubuntu/ intrepid-backports restricted universe multiverse
deb ftp://ubuntu.realss.cn/ubuntu/ intrepid-proposed main restricted universe multiverse
deb ftp://ubuntu.realss.cn/ubuntu/ intrepid-security main restricted universe multiverse
deb ftp://ubuntu.realss.cn/ubuntu/ intrepid-updates main restricted universe multiverse
deb-src ftp://ubuntu.realss.cn/ubuntu/ intrepid main restricted universe multiverse
deb-src ftp://ubuntu.realss.cn/ubuntu/ intrepid-backports main restricted universe multiverse
deb-src ftp://ubuntu.realss.cn/ubuntu/ intrepid-proposed main restricted universe multiverse
deb-src ftp://ubuntu.realss.cn/ubuntu/ intrepid-security main restricted universe multiverse
deb-src ftp://ubuntu.realss.cn/ubuntu/ intrepid-updates main restricted universe multiverseLauchpad PPA 軟件源:可以毫不誇張地說 Lauchpad PPA 的軟件源中的軟件是更新得最快的,大多數最新的應用軟件都能在 Lauchpad PPA 的軟件源中找到,這也免去了你想嘗試新版的軟件而又不想去編譯安裝的煩惱。

Compiz fusion 0.7.6

deb http://ppa.launchpad.net/compiz/ubuntu intrepid main


OpenOffice

deb http://ppa.launchpad.net/openoffice-pkgs/ubuntu intrepid main


KDE 4

deb http://ppa.launchpad.net/kubuntu-members-kde4/ubuntu intrepid main restricted
deb http://ppa.launchpad.net/kubuntu-members-kde4/ubuntu intrepid universe multiverse


Ubuntu Tweak

deb http://ppa.launchpad.net/tualatrix/ubuntu intrepid main
deb-src http://ppa.launchpad.net/tualatrix/ubuntu intrepid main


AWN (avant-window-navigator dock)

deb http://ppa.launchpad.net/awn-testing/ubuntu intrepid main
deb-src http://ppa.launchpad.net/awn-testing/ubuntu intrepid main


Banshee

deb http://ppa.launchpad.net/banshee-team/ubuntu intrepid main


Amarok

deb http://ppa.launchpad.net/project-neon/ubuntu intrepid main
deb-src http://ppa.launchpad.net/project-neon/ubuntu intrepid main


使用 PPA 軟件源的方法也很簡單,你把你想要的軟件相應的 PPA 軟件源列表加 sources.list 的最後就可以了。但是,筆者不建議大家馬所有的 PPA 軟件源都加上,因為 PPA 軟件源的服務器在海外這樣會在一定程序上影響你的更新速度。以上只列舉一部分 PPA 軟件源,如果你需要更多的 PPA 軟件源請下載 Ubuntu Tweak ,使用 Ubuntu Tweak 中的“第三方源”的功能,圖形界面的設置會讓你上手更方便

Copyright © Linux教程網 All Rights Reserved