網易開源的鏡像站 :http://mirrors.163.com/centos
因爲網易沒有redhat源,咱們使用centos源進行代替緩存
查看操做系統版本信息:ide
[root@localhost yum.repos.d]# lsb_release -a測試
LSB Version: :core-4.0-ia32:core-4.0-noarch:graphics-4.0-ia32:graphics-4.0-noarch:printing-4.0-ia32:printing-4.0-noarchspa
Distributor ID: RedHatEnterpriseServer操作系統
Description: Red Hat Enterprise Linux Server release 5.6 (Tikanga)3d
Release: 5.6orm
Codename: Tikangaxml
導入證書blog
rpm -import http://mirrors.163.com/centos/RPM-GPG-KEY-CentOS-5
下載網易repo文件
cd /etc/yum.repos.d
wget http://mirrors.163.com/.help/CentOS5-Base-163.repo
修改文件(把全部$releasever替換成5,保存 )
vi /etc/yum.repos.d/CentOS5-Base-163.repo
在命令模式下:%s/$releasever/5/g
不改的話,會出現下列錯誤
狀況緩存 yum clean all
進行測試
yum install zsh,可能看到以下錯誤
能夠經過強制關掉yum進程:
#rm -f /var/run/yum.pid(yum list | grep prog )
而後就能夠使用yum了。