yum 失败(This system is not registered with RHN.)解决方

 

 

首页Linux教程

背景:

阅读新闻

yum 失败(This system is not registered with RHN.)解决方法

[日期:2012-06-23]   来源:Linux社区  作者:Linux   [字体:]  

使用RedHat 系统在线安装时提示This system is not registered with RHN.如下:

[root@localhost ~]# yum install httpd
Loaded plugins: rhnplugin, security
This system is not registered with RHN.
RHN support will be disabled.
Setting up Install Process
No package httpd available.
Nothing to do
解决方案:

1.卸载redhat自带的yum组件

[root@localhost ~]# rpm -qa|grep yum|xargs rpm -e --nodeps

2.安装CentOS的yum包

[root@localhost ~]# wget 
[root@localhost ~]# wget 
[root@localhost ~]# wget 
[root@localhost ~]# rpm -ivh *.rpm
warning: yum-3.2.22-37.el5.centos.noarch.rpm: Header V3 DSA signature: NOKEY, key ID e8562897
Preparing...                ########################################### [100%]
   1:yum-metadata-parser    ########################################### [ 33%]
   2:yum-fastestmirror      ########################################### [ 67%]
   3:yum                    ########################################### [100%]

3. 下载更新源,并存放在系统目录中
[root@localhost ~]# wget

[root@localhost ~]#mv CentOS_Base.repo /etc/yum.repos.d/CentOS-Base.repo

4.生成缓存并进行安装

[root@localhost ~]# yum makecache
[root@localhost ~]# yum install httpd

Linux/Unix下grep命令使用的几个例子[grep Examples]

Fedora 17 安装后配置笔记

相关资讯       yum 

   

本文评论   查看全部评论 (0)


评论声明

尊重网上道德,遵守中华人民共和国的各项有关法律法规

承担一切因您的行为而直接或间接导致的民事或刑事法律责任

本站管理人员有权保留或删除其管辖留言中的任意内容

本站有权在网站内转载或引用您的评论

参与本评论即表明您已经阅读并接受上述条款

 

 

 

最新资讯

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/21683.html