Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to solve the problem of This system is not registered to Red Hat Subscription Management

2025-04-05 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

How to solve the problem of This system is not registered to Red Hat Subscription Management, I believe that many inexperienced people do not know what to do. Therefore, this paper summarizes the causes and solutions of the problem. Through this article, I hope you can solve this problem.

In the learning Linux system, you are prompted to install the software using the yum source:

This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.

It is because the yum source is charged, and then I checked a lot on the Internet and decided to reconfigure the Yum source.

First, you open the terminal in linux, and then delete the previous yum package on your system.

Use rpm-qa | grep yum to view the installed yum packages, and then use rpm-qa | grep yum | xargs rpm-e-- nodeps to delete all yum packages without checking for dependencies. Once again, use rpm-qa | grep yum to view the installed yum package. If it is not displayed, the deletion is successful.

Download the new yum package and install it

The first step is to check your linux system version number with the command cat / etc/issue & & arch. My computer is equipped with 64-bit, linux version 6.

Then log on to the URL http://mirrors.kernel.org/centos / 6/os/x86_64/Packages/ or http://mirrors.163.com/centos/6/os/x86_64/Packages/ to find the corresponding system version number and system digits to download, we need four yum packages: yum, yum-plugin-fastestmirror, yum-metadata-parser, python-urlgrabber. I downloaded it with windows and dragged it directly to the linux system through a winscp remote connection. It is best to set up a separate folder for these four files, and then open the folder location in the terminal for installation.

Rpm-ivh yum-metadata-parser-1.1.2.16.el6.i686.rpm

Rpm-ivh python-urlgrabber-3.9.1-11.el6.noarch.rpm

Rpm-ivh yum-plugin-fastestmirror-1.1.30-37.el6.noarch.rpm yum-3.2.29-73.el6.centos.noarch.rpm

* Note yum-plugin-fastestmirror and yum-3.2.29 should be installed together.

If conflicts with appears during the installation process, it means you have installed it before, resulting in a conflict. Workaround: rpm-ivh-- force rpm package name.

Update the yum source after the installation is complete

Open the URL http://mirrors.163.com/.help/centos.html and find the corresponding version to download the repo file, put it under / etc/yum.repos.d/, and then open the file and change all $releasever to version 6. Save

If you need a file, comment on the email below

Fourth, clean the cache and re-establish the cache

Yum clean all-Clearing the cache

Yum makecache-re-cach

Fifth, maybe you will show up when you rebuild the cache. Http://mirrors.163.com/centos/6/os/x86_64/repodata/repomd.xml:........ Such a problem, I checked a lot to find that their own linux system can not be caused by the Internet, if connected to the Internet can be done. (rebuilding the cache requires networking).

Final verification: the yum repolist result is not zero.

If you need the Yumpackage and .repo files mentioned in this article, leave your mailbox and send it to you when you see it. If you have any questions, you can ask.

After reading the above, have you mastered how to solve the problem of This system is not registered to Red Hat Subscription Management? If you want to learn more skills or want to know more about it, you are welcome to follow the industry information channel, thank you for reading!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report