Linux学习笔记---RHEL-5配置CentOS-5的yum源
相信大部分使用Red Hat Enterprise Linux 5的人都是没有注册的RHEL5,这样导致我们无法使用红帽提供的yum源来更新软件. CentOS-5是RHEL-5的山寨版,我们可以使用CentOS-5的yum源来达到在RHEL-5下更新软件. 备份一下原本的repo文件,这个步骤就不写出来了. 然后在原来的repo文件下,添加以下内容
[base] name=Red Hat Enterprise Linux $releasever -Base #mirrorlist=http://mirrorlist.centos.org/?release=$releasever5&arch=$basearch&repo=os #baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/ baseurl=http://ftp.sjtu.edu.cn/centos/5/os/$basearch/ gpgcheck=1 gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos5
#released updates [update] name=Red Hat Enterprise Linux $releasever -Updates #mirrorlist=http://mirrorlist.centos.org/?release=4&arch=$basearch&repo=updates baseurl=http://ftp.sjtu.edu.cn/centos/5/updates/$basearch/ gpgcheck=1 gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos5
#packages used/produced in the build but not released [addons] name=Red Hat Enterprise Linux $releasever -Addons #mirrorlist=http://mirrorlist.centos.org/?release=4&arch=$basearch&repo=addons baseurl=http://ftp.sjtu.edu.cn/centos/5/addons/$basearch/ gpgcheck=1 gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos5
#additional packages that may be useful [extras] name=Red Hat Enterprise Linux $releasever -Extras #mirrorlist=http://mirrorlist.centos.org/?release=4&arch=$basearch&repo=extras baseurl=http://ftp.sjtu.edu.cn/centos/5/extras/$basearch/ gpgcheck=1 gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos5
注:也可以把RHEL-5自带的repo文件删掉,重新建立一个repo文件,添加以上的内容. 接着导入RPM=KEY rpm --import http://ftp.sjtu.edu.cn/centos/5/os/i386/RPM-GPG-KEY-CentOS-5
清理以下缓存 yum clean all
到这里就OK了,可以测试一下能否使用 yum list
本文出自 “Linux技术爱好者” 博客,请务必保留此出处http://haobo.blog.51cto.com/2893071/584316 |
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |