RHEL yum 不能使用
[root@localhost ~]# yum install libtool
Loaded plugins: rhnplugin, security
This system is not registered with RHN.
RHN support will be disabled.
Setting up Install Process
Nothing to do
解决方案1:
1、进入/etc/yum.repos.d/目录。
在命令行输入:wget http://docs.linuxtone.org/soft/lemp/CentOS-Base.repo
2、mv rhel-debuginfo.repo rhel-debuginfo.repo.bak
3、mv CentOS-Base.repo rhel-debuginfo.repo
4、OK
解决方案2
http://www.cnblogs.com/goodhacker/p/3418222.html
本文详细介绍了如何解决在使用RHEL系统中通过yum安装libtool时遇到的未注册RHN的问题。提供了从下载配置文件到解决安装失败的具体步骤,并提供了额外的解决方案链接。

被折叠的 条评论
为什么被折叠?



