如何重新配置RHEL的yum源

问题如下:

#yum install
pam-devel

#This system
is not registered to Red Hat Subscription Management. You can use
subscription-manager to register.

Setting up
Install Process

Nothing to do

如下图:

提示系统没有在redhat上注册。如果使用redhat的yum源需注册付费,费时费力,因此试图寻找一种不需要注册可以使用的方法,需要重新配置yum源。下面是结合网上的相关资料,搜索的比较可行的解决办法,重新配置yum源。

相关资料参考:http://www.th7.cn/system/lin/201402/50472.shtml?WebShieldDRSessionVerify=YRZRMD7cuYnRVnCdm6Me

实验操作系统:RedHat
Enterprise Linux 6.4-x86_64 md5:467B53791903F9A0C477CBB1B24FFD1F

下载地址:http://pan.baidu.com/s/1bniVAMj

第一步下载相关安装包

可以通过http://mirrors.163.com/centos下载,也可以参考下载好的网盘链接:http://pan.baidu.com/s/1qW0MbgC

第二步卸载Redhat自带的yum

#rpm -qa |
grep yum | xargs rpm -e --nodeps

第三步安装下载的安装包

#rpm -ivh
python-iniparse-0.3.1-2.1.el6.noarch.rpm

#rpm -ivh
yum-metadata-parser-1.1.2-16.el6.x86_64.rpm

#rpm -ivh yum-3.2.29-40.el6.centos.noarch.rpm
yum-plugin-fastestmirror-1.1.30-14.el6.noarch.rpm

第四步到http://mirrors.163.com的
centos帮助文档

中下载CentOS6-Base-163.repo文件,存放到/etc/yum.repo.d中

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

第五步将Centos6-Base-163.repo中的$releasever改为Centos的版本号即可

为了防止错误,也可使用我已修改好的文件http://pan.baidu.com/s/1o6AZ23o

文件修改成如下即可:

#
CentOS-Base.repo

#

# The mirror
system uses the connecting IP address of the client and the

# update
status of each mirror to pick mirrors that are updated to and

#
geographically close to the client.  You should use this for CentOS updates

# unless you
are manually picking other mirrors.

#

# If the
mirrorlist= does not work for you, as a fall back you can try the

# remarked out
baseurl= line instead.

#

#

[base]

name=CentOS-6
- Base - 163.com

baseurl=http://mirrors.163.com/centos/6/os/$basearch/

#mirrorlist=http://mirrorlist.centos.org/?release=6&arch=$basearch&repo=os

gpgcheck=1

gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-6

#released
updates

[updates]

name=CentOS-6
- Updates - 163.com

baseurl=http://mirrors.163.com/centos/6/updates/$basearch/

#mirrorlist=http://mirrorlist.centos.org/?release=6&arch=$basearch&repo=updates

gpgcheck=1

gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-6

#additional
packages that may be useful

[extras]

name=CentOS-6
- Extras - 163.com

baseurl=http://mirrors.163.com/centos/6/extras/$basearch/

#mirrorlist=http://mirrorlist.centos.org/?release=6&arch=$basearch&repo=extras

gpgcheck=1

gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-6

#additional
packages that extend functionality of existing packages

[centosplus]

name=CentOS-6
- Plus - 163.com

baseurl=http://mirrors.163.com/centos/6/centosplus/$basearch/

#mirrorlist=http://mirrorlist.centos.org/?release=6&arch=$basearch&repo=centosplus

gpgcheck=1

enabled=0

gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-6

#contrib -
packages by Centos Users

[contrib]

name=CentOS-6
- Contrib - 163.com

baseurl=http://mirrors.163.com/centos/6/contrib/$basearch/

#mirrorlist=http://mirrorlist.centos.org/?release=6&arch=$basearch&repo=contrib

gpgcheck=1

enabled=0

gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-6

第六步 yum clean
all 清除原有缓存

第七步
yum makecache  获取yum列表

等待,大约三分钟后出现下面提示,表示yum更改完成:

Metadata Cache
Created

时间: 2024-11-10 18:10:33

如何重新配置RHEL的yum源的相关文章

centos6配置本地光盘yum源、rhel7修改网卡名称为eth0

VMware安装好centos/rhel后要配置的几点(配置本地光盘yum源.修改网卡名称为eth0等) [[email protected] ~]# setenforce 0 [[email protected] ~]# sed -i 's/SELINUX=enforcing/SELINUX=disabled/' /etc/selinux/config [[email protected] ~]# tar zcvf /root/redhat.repo.tgz /etc/yum.repos.d/

redhat配置centos的yum源

redhat默认不支持第三方的yum源,要求有rhn账号,下面就rhel5和rhel6改为centos源 一.rhel5.5 X86_64更改为centos的yum源 查看系统自带的yum相关的rpm包  rpm -qa|grep yum 删掉系统自带的yum相关的包 rpm -e --nodeps yum-updatesd-0 rpm -e --nodeps yum-security   rpm -e --nodeps yum-metadata-p rpm -e --nodeps yum-rh

docker探索-CentOS7中配置Docker的yum源并升级安装docker1.13(十)

此处使用的是CentOS7,内核版本为 [[email protected] ~]# uname -r 3.10.0-327.el7.x86_64 该版本下,配置了yum的源为阿里的镜像源,具体的配置方法可以参见阿里镜像源配置方法 为了方便的安装升级Docker,同时按照Docker官方文档中的方式,配置Docker的yum源,具体参见CentOS docker yum 源配置方法 配置好yum源之后,可以通过yum的list命令,获取可以安装的docker版本 [[email protecte

CentOS7安装(三)- 配置阿里云yum源

CentOS7安装(三)- 配置阿里云yum源 CentOS7安装好以后,完成网络配置以后,就是开始配置yum源,因为yum安装我们需要的各种软件. 具体步骤如下: 1.打开centos的yum文件夹 输入命令 cd /etc/yum.repos.d/ 2.用wget下载repo文件 输入命令wget:http://mirrors.aliyun.com/repo/Centos-7.repo 如果wget命令不生效,说明还没有安装wget工具,输入yum -y install wget 回车进行安

CentOS 6.* 配置本地网络 yum源

CentOS 6.* 配置本地网络yum源 一台服务时只需要配一个本地的yum源即可:当需要配置多台服务器时,只需要配置1到2台vsftpd的yum源,其它服务器通过ftp连接yum源: 1 基于本地文件的yum源 1.1 下载镜像源 wget -b https://mirrors.aliyun.com/centos/6.10/isos/x86_64/CentOS-6.10-x86_64-bin-DVD1.iso tail -100f wget-log 1.2 挂载iso镜像文件 ll /mnt

redhat配置centos网络yum源

方案一: 配置网络yum源rpm -ivh vsftpd-2.2.2-6.el6_0.1.x86_64service vsftpd restartchkconfig --level 35 vsftpd oncd /var/ftp/pub/mkdir yum把上面的挂载点改成/var/ftp/pub/yumvim /etc/yum.repos.d/rhel-source.repo[server]name=serverbaserul=ftp://pub/yum/Server/  #(注意要挂载光驱)

在Centos6.5中配置国内网络yum源以及本地yum源

一.本地yum     1.       创建目录.挂载光盘以及安装createrepo [[email protected] ~]# mkdir/mnt/cdrom                  ←用于挂载光盘 [[email protected] ~]# mkdir-vp /yum/localrepo    ←用于存放光盘中的rpm包 mkdir: 已创建目录 "/yum" mkdir: 已创建目录 "/yum/localrepo" [[email prot

Redhalt配置Centos的yum源 详细步骤

  大家都应该都清楚,redhalt 刚装完系统之后的yum是不好使的,有时我们像安装vsftp 这样的软件时用yum安装很方便.为此我们需要利用centos的yum源进行配置.现在这个源更新速度很快. 这是网易的资源总库http://mirror.centos.org/.里面应有尽有.废话不多说: 具体安装步骤: 1.删除redhat原有的yum源 # rpm -aq | grep yum|xargs rpm -e –nodeps 2.重新从网上获取yum的安装包  以root登陆到redha

虚拟机配置光盘为yum源

很多时候,我们装系统用的光盘就足够充当我们的软件源了.但是,怎么才能配置好让光盘成为yum的软件源,让yum命令找到这个地方,从而进行软件的安装. 首先在虚拟机中把光盘挂载上 挂载上之后,我们会在虚拟机中用 mount命令可以看到刚刚挂载上来的光盘, 划线的那一行就是我们刚刚挂载上来的光盘. /dev/scd0 这个表示光盘这个设备,umount或者mount的时候我们就用到这个. /media/RHEL_5.5 i386 DVD type iso9660 这是光盘挂载的目录. 再后面括号里的就