Redhat 5.8更換centos Yum源

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Redhat 5.8更換centos Yum源相关的知识,希望对你有一定的参考价值。

  1. 删除系统原来的yum软件包

    rpm -aq|grep yum|xargs rpm -e --nodeps

  2. 下载相应的rpm包,下载rpm包时,可能软件的版本会有不一致的情况,请自行查询相应的版本(很多源都已经弃用了6以下软件包)

    wget http://vault.centos.org/5.8/os/x86_64/CentOS/yum-3.2.22-39.el5.centos.noarch.rpm
    wget http://vault.centos.org/5.8/os/x86_64/CentOS/yum-fastestmirror-1.1.16-21.el5.centos.noarch.rpm
    wget http://vault.centos.org/5.8/os/x86_64/CentOS/yum-metadata-parser-1.1.2-3.el5.centos.x86_64.rpm

  3. 解压安裝yum包
    rpm -ivh --force *.rpm
    #如果安装失败可重新输入此命令并加参数 --nodeps --force

4.更改yum源
cd /etc/yum.repos.d/
wget http://mirrors.163.com/.help/CentOS6-Base-163.repo
注意原来的yum源配置文件是rhel-source.repo。这里把CentOS6-Base-163.repo替 换掉rhel-source.repo。
mv rhel-source.repo rhel-source.repo.bak
mv CentOS6-Base-163.repo rhel-source.repo
yum clean all
yum makecache
但在 yum makecache报错:
技术分享图片
因为163,aliyun,centos.ustc.edu.cn都已经弃用了centos6以下版本的软件包,所以对应的url已经失效。
更正操作为:vi rhel-source.repo(就是下載的CentOS6-Base-163.repo )
把baseurl地址换成http://vault.centos.org/5.8/centosplus
技术分享图片

 替换掉后yum makecache就成功了。  

以上是关于Redhat 5.8更換centos Yum源的主要内容,如果未能解决你的问题,请参考以下文章

Redhat 7 能用 Centos6 的yum源吗

CenTos可以使用redhat的YUM源吗?我有redhat的YUM源镜像,想用在Centos里面,可以吗?

如何设置redhat为centos yum 源

RedHat 7.2 配置163 CentOS YUM源

redhat配置centos的yum源

RedHat下yum配置为本地或者CentOs