FreeABC
记忆重叠

red hat linux使用yum 出现Loaded plugins: rhnplugin, security

两种解决方式:

1、使用red hat  账号注册

subscript-manager regster

输入redhat 账号密码即可

 

 

2、添加centos源

 

vi /etc/yum.repos.d/rhel-debuginfo.repo  

[rhel-debuginfo]
name=Red Hat Enterprise Linux $releasever – $basearch – Debug
baseurl=ftp://ftp.redhat.com/pub/redhat/linux/enterprise/$releasever/en/os/$basearch/Debuginfo/
baseurl是你的YUM源地址
enabled=0
是否启用这个仓库,1为起用,0为禁用
gpgcheck=1 
设置gpgcheck=1会让yum检查每个下载的RPM的GnuPG签名。这么做是因为你需要适当的GnuPG key注册到您的RPM数据库。可以防止被欺骗,如:非法入侵发行版网站,木马导入软件包,使不知情用户下载
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
GPGKEY 的存放地址
 
以上默认有的,复制添加以下更新点插入到rhel-debuginfo.repo文本里后面
 [base]
name=Red Hat Enterprise Linux $releasever -Base
baseurl=http://ftp.twaren.net/Linux/CentOS/5/os/$basearch/
gpgcheck=1
[update]
name=Red Hat Enterprise Linux $releasever -Updates
baseurl=http://ftp.twaren.net/Linux/CentOS/5/updates/$basearch/
gpgcheck=1
[extras]
name=Red Hat Enterprise Linux $releasever -Extras
baseurl=http://ftp.twaren.net/Linux/CentOS/5/extras/$basearch/
gpgcheck=1
[addons]
name=Red Hat Enterprise Linux $releasever -Addons
baseurl=http://ftp.twaren.net/Linux/CentOS/5/addons/$basearch/
gpgcheck=1
[root@localhost~]#yum clean all 清除缓存及旧的包
[root@localhost ~]# yum install httpd 测试是否能更新软件
未经允许不得转载:Free-Abc智能 » red hat linux使用yum 出现Loaded plugins: rhnplugin, security
分享到: 更多 (0)