Loaded plugins: product-id, search-disabled-repos, security, subscription-manage
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/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Loaded plugins: fastestmirror, refresh-packagekit, security Loading mirror speeds from cachedPluginASTPackage
- Linux yum提示Loaded plugins錯誤的解決方法LinuxPlugin
- H. Ksyusha and the Loaded Set
- Android studio 安裝PluginsAndroidPlugin
- vite plugins小試牛刀VitePlugin
- 問題排查之RocketMQAutoConfiguration not loaded.MQ
- Tensorboard: ValueError: Duplicate plugins for name projectorORBErrorPluginProject
- webpack學習(四)配置pluginsWebPlugin
- network.service - LSB: Bring up/down networking Loaded: loaded (/etc/rc.d/init.d/network; bad; v
- ORA-20001: Latest xml inventory is not loaded into tableXML
- lombok版本 與 lombok plugins版本問題LombokPlugin
- CentOS原始碼安裝、配置Nagios(core)+PluginsCentOS原始碼iOSPlugin
- idea maven中lifecycle 和 plugins的區別IdeaMavenPlugin
- wpf雙擊窗體不進loaded事件程式碼事件
- Spring SecuritySpring
- Spring Security原始碼分析八:Spring Security 退出Spring原始碼
- 複習webpack4之使用plugins便捷打包WebPlugin
- 解決tensorboard報錯ValueError: Duplicate plugins for name projectorORBErrorPluginProject
- MySQL authentication plugin 'caching_sha2_password' cannot be loaded 問題MySqlPlugin
- Spring Security原始碼分析九:Spring Security Session管理Spring原始碼Session
- Spring Security(二)Spring
- Spring Boot SecuritySpring Boot
- 1.1.2 Security Officers
- Content Security Policy
- Android Activtity SecurityAndroid
- Android Logcat SecurityAndroidGC
- Android Service SecurityAndroid
- Android Broadcast SecurityAndroidAST
- Rails Security (上)AI
- Security, Privacy and Ethics
- Spring Security + JWTSpringJWT
- Spring Security(6)Spring
- Spring Security(7)Spring
- Spring Security(8)Spring
- 初探Spring SecuritySpring
- Spring Security 上Spring
- spring security(一)Spring
- Maven中dependency和plugins的繼承與約束MavenPlugin繼承