Q. Why does my yum command fail with an error that a repo is listed more than once under Fedora / RHEL / CentOS Linux? This error occurs when I type yum clean command
Loading “rhnplugin” plugin
Loading “security” pluginRepository xen-repo is listed more than once in the configuration
How do I fix this problem?
A. The above error is caused by a known bug in version 0.5.3-6.el5_2.6 of the package yum-rhn-plugin. The bug is triggered when third party (non-RHN) repositories are configured with Yum.
The recommended workaround is to downgrade the yum-rhn-plugin package to a previous version. To do this, download the old version of the package from the Internet, and then run:
# rpm -Uvh --oldpackage yum-rhn-plugin-0.5.2-3.el5.noarch.rpm
🐧 2 comments so far... add one ↓
Category | List of Unix and Linux commands |
---|---|
File Management | cat |
Firewall | Alpine Awall • CentOS 8 • OpenSUSE • RHEL 8 • Ubuntu 16.04 • Ubuntu 18.04 • Ubuntu 20.04 |
Network Utilities | dig • host • ip • nmap |
OpenVPN | CentOS 7 • CentOS 8 • Debian 10 • Debian 8/9 • Ubuntu 18.04 • Ubuntu 20.04 |
Package Manager | apk • apt |
Processes Management | bg • chroot • cron • disown • fg • jobs • killall • kill • pidof • pstree • pwdx • time |
Searching | grep • whereis • which |
User Information | groups • id • lastcomm • last • lid/libuser-lid • logname • members • users • whoami • who • w |
WireGuard VPN | Alpine • CentOS 8 • Debian 10 • Firewall • Ubuntu 20.04 |
it is showing error
Just change the name of section inside the *.repo file. It is colliding with some other repo file.
for example:
[ xen-repo-1]
[dependency- xen-repo-1]