Ubuntu 8.10 ( Intrepid Ibex ) 软件源设置方法


代号为 Intrepid Ibex 的 Ubuntu 8.10 将在10月30日正式发布,相信又会有不少的 Windows 用户将会尝试 Ubuntu 8.10 的那个窗外的用户体验。对于 Ubuntu 的中国用户来说,似乎在安装  Ubuntu 完成后都会先修改软件源为中国内服务器上的源,这样以较快的速度进行更新系统下载中文语言包、中文输入法以及别的应用软件。

相关阅读:Ubuntu 8.04 LTS软件源设置新手学习攻略

备份软件源:
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 multiverse
Lauchpad 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 中的“第三方源”的功能,图形界面的设置会让你上手更方便。

相关内容