时间:2021-05-19
本人使用的方法一,成功配置,方法二没测过,可以作为参考
方法一:
1.确保RHEL5中已经安装了yum
2.修改源配置文件 #vim /etc/yum.repos.d/CentOS-Base.repo
(如果目录下没有.repo文件自己创建一个)
[base] name=CentOS-5-Base #mirrorlist=http://mirrorlistcentosorg/?release=$releasever5&arch=$basearch&repo=os #baseurl=http://mirrorcentosorg/centos/$releasever/os/$basearch/ baseurl=http://ftpsjtueducn/centos/5/os/$basearch/ gpgcheck=1 gpgkey=http://mirrorcentosorg/centos/RPM-GPG-KEY-centos5 #released updates [update] name=CentOS-5-Updates #mirrorlist=http://mirrorlistcentosorg/?release=4&arch=$basearch&repo=updates baseurl=http://ftpsjtueducn/centos/5/updates/$basearch/ gpgcheck=1 gpgkey=http://mirrorcentosorg/centos/RPM-GPG-KEY-centos5 #packages used/produced in the build but not released [addons] name=CentOS-5-Addons #mirrorlist=http://mirrorlistcentosorg/?release=4&arch=$basearch&repo=addons baseurl=http://ftpsjtueducn/centos/5/addons/$basearch/ gpgcheck=1 gpgkey=http://mirrorcentosorg/centos/RPM-GPG-KEY-centos5 #additional packages that may be useful [extras] name=CentOS-5-Extras #mirrorlist=http://mirrorlistcentosorg/?release=4&arch=$basearch&repo=extras baseurl=http://ftpsjtueducn/centos/5/extras/$basearch/ gpgcheck=1 gpgkey=http://mirrorcentosorg/centos/RPM-GPG-KEY-centos5 #additional packages that extend functionality of existing packages [centosplus] name=CentOS-5-Plus #mirrorlist=http://mirrorlistcentosorg/?release=4&arch=$basearch&repo=centosplus baseurl=http://ftpsjtueducn/centos/5/centosplus/$basearch/ gpgcheck=1 enabled=0 gpgkey=http://mirrorcentosorg/centos/RPM-GPG-KEY-centos5 #contrib - packages by Centos Users [contrib] name=CentOS-5-Contrib #mirrorlist=http://mirrorlistcentosorg/?release=4&arch=$basearch&repo=contrib baseurl=http://ftpsjtueducn/centos/5/contrib/$basearch/ gpgcheck=1 enabled=0 gpgkey=http://mirrorcentosorg/centos/RPM-GPG-KEY-centos5 # vi dagrepo [dag] name=Dag RPM Repository for RHEL5 baseurl=http://ftprikenjp/Linux/dag/redhat/el5/en/$basearch/dag/ enabled=1 gpgcheck=1 gpgkey=http://ftprikenjp/Linux/dag/packages/RPM-GPG-KEYdagtxt3. 导入key
4. 运行,测试
5.clean操作
方法二:
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持。
声明:本页内容来源网络,仅供用户参考;我单位不保证亦不表示资料全面及准确无误,也不保证亦不表示这些资料为最新信息,如因任何原因,本网内容或者用户因倚赖本网内容造成任何损失或损害,我单位将不会负任何法律责任。如涉及版权问题,请提交至online#300.cn邮箱联系删除。
**CentOS7下安装yum源及上传下载命令rz、sz安装方法图文详解**在这里将yum的安装方法结合实操结果和大家分享一下,希望对需要安装yum的小伙伴们能
Linux里如何配置本地yum源和外网源,不清楚的朋友一起看看吧本地源配置方法:以光盘里rpm举例(这里使用虚拟机演示)1、挂载一个iso的镜像把光盘挂载到一个
配置yum源此处我们使用163的yum源,配置如下首先备份/etc/yum.repos.d/CentOS-Base.repomv/etc/yum.repos.d
1、如果之前已经安装我们先卸载一下yum-yremovephp*2、由于linux的yum源不存在php7.x,所以我们要更改yum源rpm-Uvhhttps:
本文教程为大家分享了Linux下yum安装nginx的详细过程,供大家参考,具体内容如下第一步,在/etc/yum.repos.d/目录下创建一个源配置文件ng