红帽/Fedora/CentOSYumRepo列出超过一次
时间:2020-01-09 10:44:15 来源:igfitidea点击:
问题描述:为什么我的yum命令失败,并在Fedora/RHEL/CentOS Linux下多次列出一个仓库?
当我输入yum clean
命令时会发生此错误
Loading “rhnplugin” plugin
Loading “security” pluginRepository xen-repo is listed more than once in the configuration
加载rhnplugin插件加载安全性插件
存储库xen-repo在配置中多次列出
我该如何解决这个问题?
解决方法:上述错误是由软件包yum-rhn-plugin的版本0.5.3-6.el5_2.6中的一个已知错误引起的。
使用Yum配置第三方(非RHN)存储库时会触发该错误。
建议的解决方法是将yum-rhn-plugin软件包降级到以前的版本。
为此,请从Internet下载该程序包的旧版本,然后运行:
# rpm -Uvh --oldpackage yum-rhn-plugin-0.5.2-3.el5.noarch.rpm