Issue
During yum operations an issue like the following appears:
Error: Package: lvemanager-7.5.8-1.el7.cloudlinux.noarch (cloudlinux-x86_64-server-7)
Requires: rhn-client-tools >= 2.0.2-37.el7.cloudlinux
Installed: rhn-client-tools-2.0.2-32.el7.cloudlinux.x86_64 (@cloudlinux-base)
rhn-client-tools = 2.0.2-32.el7.cloudlinux
Available: rhn-client-tools-2.0.2-24.el7.x86_64 (system-base)
rhn-client-tools = 2.0.2-24.el7
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
Environment
- CloudLinux
- Yum
Solution
1. To solve this issue, disable the priorities plugin by changing the enabled value in the /etc/yum/pluginconf.d/priorities.conf file from 1 to 0.
2. After that run the following commands:
yum clean all
yum update
Comments
0 comments
Please sign in to leave a comment.