Loaded plugins: product-id, search-disabled-repos, security, subscription-manage

ywxj_001發表於2022-11-07

yum安裝報錯:

[root@localhost yum.repos.d]# yum update

Loaded plugins: product-id, search-disabled-repos, security, subscription-manager

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


更換yum源,將原有源刪除或備份到別的目下下:

#cd /etc/yum.repos.d/

#wget 

#vi Centos-7.repo

 編輯檔案,把檔案裡面的$releasever全部替換為版本號:7最後儲存!

#:%s/$releasever/7/g

#:wq


清除原有快取,重建快取:

#yum clean all 

#yum makecache


[root@localhost yum.repos.d]# yum clean all

Loaded plugins: product-id, search-disabled-repos, security, subscription-manager

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

Cleaning repos: base extras updates

Cleaning up Everything

[root@localhost yum.repos.d]# yum makecache

Loaded plugins: product-id, search-disabled-repos, security, subscription-manager

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

base                                                                                                                                                                                                                                                   | 3.6 kB     00:00     

base/group_gz                                                                                                                                                                                                                                          | 153 kB     00:00     

base/filelists_db                                                                                                                                                                                                                                      | 7.2 MB     00:00     

base/primary_db                                                                                                                                                                                                                                        | 6.1 MB     00:00     

base/other_db                                                                                                                                                                                                                                          | 2.6 MB     00:00     

extras                                                                                                                                                                                                                                                 | 2.9 kB     00:00     

extras/filelists_db                                                                                                                                                                                                                                    | 276 kB     00:00     

extras/primary_db                                                                                                                                                                                                                                      | 249 kB     00:00     

extras/other_db                                                                                                                                                                                                                                        | 149 kB     00:00     

updates                                                                                                                                                                                                                                                | 2.9 kB     00:00     

updates/filelists_db                                                                                                                                                                                                                                   | 9.6 MB     00:00     

updates/primary_db                                                                                                                                                                                                                                     |  17 MB     00:00     

updates/other_db                                                                                                                                                                                                                                       | 1.2 MB     00:00     

Metadata Cache Created


[root@localhost yum.repos.d]# yum -y install lrzsz

yum安裝成功。



來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/22996654/viewspace-2922263/,如需轉載,請註明出處,否則將追究法律責任。

相關文章