Fedora9更新源
与ubuntu相比,Fedora的国内镜像等支持要弱的多,没有稳定的更新源,升级个系统的速度慢得要死; ubuntu的就非常快,而fedora平时仅仅可以达到10kb左右。
但是fedora作为比较成熟的linux系统,也深受大家喜欢。
现在把加速升级的主要的方法分享如下,主要针对Fedora9:
1) livna的yum源:
rpm -ivh http://rpm.livna.org/livna-release-9.rpm
2) freshrpms的yum源:
rpm -ivh http://ftp.freshrpms.net/pub/freshrpms/fedora/linux/9/freshrpms-release/freshrpms-release-1.1-1.fc.noarch.rpm
这个文件我是下载后使用RPM -ivh XXX.rpm安装的 。
3)安装yum-plugin-fastestmirror(自动挑选快的镜像站)
yum install yum-fastestmirror yum-presto
确定/etc/yum.conf中的plugins=1。
如果不喜欢这样那样的命令,可以安装yumex (yum的图形前端):
yum install yumex