redhat/centos yum安装 This system is not registered with RHN

来源:互联网 发布:出租房网络要怎么设置 编辑:程序博客网 时间:2024/06/07 06:05

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

 

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

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

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

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

转载:http://jingyan.baidu.com/article/6d704a13f0d61128db51ca82.html

0 0
原创粉丝点击