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

redhat自带yum不能用的解决办法

时间:2017-03-09 01:09:41      阅读:190      评论:0      收藏:0      [点我收藏+]

标签:redhat

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、进入/etc/yum.repos.d/目录。

在命令行输入:wget http://docs.linuxtone.org/soft/lemp/CentOS-Base.repo

2、ls 一下,会看到一个文件名为CentOS-Base.repo的文件。

3、将原来的文件rhel-debuginfo.repo改名为rhel-debuginfo.repo.bak

4、将CentOS-Base.repo改名为rhel-debuginfo.repo这时

这时再运行yum install libtool

OK。


本文出自 “linux运维” 博客,转载请与作者联系!

redhat自带yum不能用的解决办法

标签:redhat

原文地址:http://xxr007.blog.51cto.com/10602872/1904533

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