Fedora8中提高yum的速度

字体大小: 中小 标准 ->行高大小: 标准

默认安装好Fedora8后,yum就可以使用了,但由于服务器在国外,速度奇慢无比,因此需要手动设置一下,可大大提高yum的速度

1,安装 yum-fastestmirror 插件

yum install yum-fastestmirror -y

2,添加livna源,为了提高yum的下载速度,所以我们使用清华的源

先下载

ftp://ftp3.tsinghua.edu.cn/mirror/livna/livna-release-7.rpm

双击安装

编辑/etc/yum.repos.d/livna.repo

以root 编辑

gedit /etc/yum.repos.d/livna.repo

在baseurl= 下面添加清华的源

下面贴上我的配置

然后一行命令对整个系统升级

yum update -y

此文章由 http://www.ositren.com 收集整理 ,地址为: http://www.ositren.com/htmls/55322.html