码迷,mamicode.com
首页 > 其他好文 > 详细

rhel 配置centos源

时间:2019-03-16 12:31:54      阅读:164      评论:0      收藏:0      [点我收藏+]

标签:span   etc   ges   根据   arc   eve   grep   repo   nbsp   

1.删除自带的yum包,清除/etc/yum.repos.d下面的文件

rpm -qa|grep yum|xargs rpm -e --nodeps(不检查依赖,直接删除rpm包)

2.安装centos的yum

wget https://mirrors.aliyun.com/centos/6/os/x86_64/Packages/yum-metadata-parser-1.1.2-16.el6.x86_64.rpm
wget https://mirrors.aliyun.com/centos/6/os/x86_64/Packages/yum-3.2.29-81.el6.centos.noarch.rpm
wget https://mirrors.aliyun.com/centos/6/os/x86_64/Packages/yum-plugin-fastestmirror-1.1.30-41.el6.noarch.rpm
wget https://mirrors.aliyun.com/centos/6/os/x86_64/Packages/yum-utils-1.1.30-41.el6.noarch.rpm
wget https://mirrors.aliyun.com/centos/6/os/x86_64/Packages/python-urlgrabber-3.9.1-11.el6.noarch.rpm

3.安装yum包

rpm -ivh python-urlgrabber-3.9.1-11.el6.noarch.rpm
rpm -ivh yum-metadata-parser-1.1.2-16.el6.x86_64.rpm
rpm -ivh yum-3.2.29-81.el6.centos.noarch.rpm  yum-plugin-fastestmirror-1.1.30-41.el6.noarch.rpm (这两个包相互依赖 同时安装即可)

4.修改CentOS-Base.repo文件中的$releasever全部替换为版本号6或者7 根据自己的系统设置

5.生成缓存

yum clean all
yum makecache
yum update

 

rhel 配置centos源

标签:span   etc   ges   根据   arc   eve   grep   repo   nbsp   

原文地址:https://www.cnblogs.com/sunshine-long/p/10541521.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!