步骤一:卸载redhat自带的yum组件
[root@localhost chenqi]# rpm -qa|grep yum|xargs rpm -e --nodeps
步骤二:安装centos的yum包(依次安装)
[root@localhost chenqi]# wget
[root@localhost chenqi]# wget
[root@localhost chenqi]# wget http://mirror.centos.org/centos-5/5/os/i386/CentOS/python-iniparse-0.2.3-4.el5.noarch.rpm
[root@localhost chenqi]# wget
步骤三:安装rpm包
安装顺序
[root@localhost chenqi]# rpm -ivh python-iniparse-0.2.3-4.el5.noarch.rpm
[root@localhost chenqi]# rpm -ivh yum-metadata-parser-1.1.2-3.el5.centos.i386.rpm.4
[root@localhost chenqi]# rpm -ivh yum-3.2.22-39.el5.centos.noarch.rpm.4
注意:在这个地方第三步一定要两个一起安装,要不然会出现下面的错误:
错误一:warning: yum-3.2.19-18.el5.centos.noarch.rpm: Header V3 DSA signature: NOKEY, key ID e8562897
error: Failed dependencies:
yum-fastestmirror is needed by yum-3.2.19-18.el5.centos.noarch
错误二:warning: yum-fastestmirror-1.1.16-13.el5.centos.noarch.rpm: Header V3 DSA signature: NOKEY, key ID e8562897
error: Failed dependencies:
yum >= 3.0 is needed by yum-fastestmirror-1.1.16-13.el5.centos.noarch
步骤四:下载更新源,并存放在系统目录中
[root@localhost chenqi]# wget http://docs.linuxtone.org/soft/lemp/CentOS-Base.repo
[root@localhost chenqi]# mv CentOS_Base.repo /etc/yum.repos.d/CentOS-Base.repo