千家信息网

亲测---yum安装出现This system is not registered with RHN

发表于:2025-01-23 作者:千家信息网编辑
千家信息网最后更新 2025年01月23日,[root@localhost ~]# yum install libtoolLoaded plugins: rhnplugin, securityThis system is not registe
千家信息网最后更新 2025年01月23日亲测---yum安装出现This system is not registered with RHN

[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。

0