提高centos 5 yum速度的方法

发布时间:2020-09-21编辑:脚本学堂
本文分享一个提高centos 5中yum安装软件的速度的方法,不是常见的yum-fastestmirror那种方法,有兴趣的朋友可以参考研究下。

本节内容:
centos 5 yum提速

问题描述:
在国内使用centos系统,即便安装了yum-fastestmirror,有时yum的速度也是超级慢。

此时,可以参考如下的yum提速方法,或许可以助你一臂之力。

首先,进入目录/etc/yum.repos.d/,建立一个名字为cn.repo的文件,内容如下:
 

复制代码 代码示例:

[base]
name=CentOS-5 - Base
baseurl=http://centos.ustc.edu.cn/centos/5/os/$basearch/
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5

#released updates
[update]
name=CentOS-5 - Updates
baseurl=http://centos.ustc.edu.cn/centos/5/updates/$basearch/
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5

#packages used/produced in the build but not released
[addons]
name=CentOS-5 - Addons
baseurl=http://centos.ustc.edu.cn/centos/5/addons/$basearch/
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5
#additional packages that may be useful
[extras]
name=CentOS-5 - Extras
baseurl=http://centos.ustc.edu.cn/centos/5/extras/$basearch/
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5

#additional packages that extend functionality of existing packages
[centosplus]
name=CentOS-5 - Plus
baseurl=http://centos.ustc.edu.cn/centos/5/centosplus/$basearch/
gpgcheck=1
enabled=0
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5

#contrib - packages by Centos Users
[contrib]
name=CentOS-5 - Contrib
baseurl=http://centos.ustc.edu.cn/centos/5/contrib/$basearch/
gpgcheck=1
enabled=0
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5

#packages in testing
[testing]
name=CentOS-5 - Testing
baseurl=http://centos.ustc.edu.cn/centos/5/testing/$basearch/
gpgcheck=1
enabled=0
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5

然后,使用yum安装软件或升级系统,速度就快很多了。

更多有关centos yum的文章,请参考:
centos架设本地yum服务器的方法详解
RHEL6使用CentOS 6的yum源的配置方法
CentOS6.3配置yum源的方法
linux中yum服务器使用详解
redhat5.4 yum源的制作方法分享
centos6把光盘设置yum源的方法
centos 5下yum使用本地光盘做为安装源
配置yum使用本地源
为rhel5添加yum源的方法
修改 CentOS 163 yum源
RHEL6下配置Yum软件仓库的方法
linux下修改yum本地源
Centos中yum安装和卸载软件的方法
CentOS 5.5 yum更新源(163、搜狐、中科大)