码迷,mamicode.com
首页 > 其他好文 > 详细

解决This system is not registered with RHN

时间:2017-02-03 17:13:50      阅读:181      评论:0      收藏:0      [点我收藏+]

标签:rhn

在redhat中使用yum命令的时候,可能会遇到这种情况,yum install build-essential提示This system is not registered with RHN,然后yum安装失败。下面分享一下解决办法。

  1. 1 .Redhat之所以会出现这个错误是因为没有注册RHN,我们只需要更新一下yum的源就可以了。使用命令 cd /etc/yum.repos.d/   进入yum的配置目录。

  2. 2 .在终端中输入 wget http://docs.linuxtone.org/soft/lemp/CentOS-Base.repo 命令,下载CentOS- Base.repo文件。

  3. 3.然后将原有的rhel-debuginfo.repo备份一下,使用命令mv CentOS-Base.repo rhel-debuginfo.repo,将CentOS- Base.repo重命名成rhel-debuginfo.repo。

  4. 4.成功以后,使用yum install build-essential安装成功。

  • 注意要备份rhel-debuginfo.repo以备不时之需

  • 养成备份的好习惯


解决This system is not registered with RHN

标签:rhn

原文地址:http://mengbo2006214.blog.51cto.com/6687714/1894625

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!