redhat 6.8 配置 centos6 163 的 yum 源

Posted 河在谈

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了redhat 6.8 配置 centos6 163 的 yum 源相关的知识,希望对你有一定的参考价值。

1. 检查是否安装yum包
[[email protected] rpms]# rpm -qa|grep yum

2. 删除自带的yum包
[[email protected] rpms]# rpm -qa|grep yum|xargs rpm -e --nodeps
因为一些包之间可能会有依赖关系,所以我们需要加上参数 --nodeps 无视依赖关系。

3. 下载yum包
Yum包下载地址http://mirrors.163.com/centos/
在这个网站里,你可以自己选择需要下载的文件,进入形如5/或者6/的文件下载,其他的无法下载。

wget http://mirrors.163.com/centos/6/os/x86_64/Packages/python-iniparse-0.3.1-2.1.el6.noarch.rpm 
wget http://mirrors.163.com/centos/6/os/x86_64/Packages/yum-3.2.29-81.el6.centos.noarch.rpm 
wget http://mirrors.163.com/centos/6/os/x86_64/Packages/yum-metadata-parser-1.1.2-16.el6.x86_64.rpm 
wget http://mirrors.163.com/centos/6/os/x86_64/Packages/yum-plugin-fastestmirror-1.1.30-40.el6.noarch.rpm

4. 安装yum包
[[email protected] rpms]# rpm -ivh python-iniparse-0.3.1-2.1.el6.noarch.rpm
[[email protected] rpms]# rpm -ivh yum-metadata-parser-1.1.2-16.el6.x86_64.rpm 
[[email protected] rpms]# rpm -ivh yum-3.2.29-81.el6.centos.noarch.rpm yum-plugin-fastestmirror-1.1.30-40.el6.noarch.rpm

5. 替换yum源

cd /etc/yum.repos.d

rm -rf *

wget http://mirrors.163.com/.help/CentOS6-Base-163.repo

编辑CentOS6-Base-163.repo

将:$basearch 全部替换为:x86_64

将:$releasever 全部替换为:6   # 不能是6.8

6. yum clean all && yum makecache 

 












以上是关于redhat 6.8 配置 centos6 163 的 yum 源的主要内容,如果未能解决你的问题,请参考以下文章

如何配置Centos 6.5 的yum源

Redhat6.4替换Centos6 yum及163的源

远程重装centos6

RedHat6使用centos6的yum源

CentOS6.5+Python2.7+ GIT +IPython

如何配置Centos 6.5 的yum源