Issue
During the dnf update we get such errors:
# dnf update
This system is receiving updates from CloudLinux Network server.
Last metadata expiration check: 0:08:20 ago on Wed 24 Nov 2021 02:58:53 PM GMT.
Error:
Problem: package rpmdevtools-8.10-8.el8.noarch requires rpm-build >= 4.4.2.3, but none of the providers can be installed
- package rpm-build-4.14.3-13.el8.x86_64 requires rpm = 4.14.3-13.el8, but none of the providers can be installed
- package rpm-build-4.14.3-14.el8_4.x86_64 requires rpm = 4.14.3-14.el8_4, but none of the providers can be installed
- package alt-php-config-1-43.1.el8.noarch requires rpmdevtools, but none of the providers can be installed
- cannot install both rpm-4.14.3-13.el8.x86_64 and rpm-4.14.3-19.el8.x86_64
- cannot install both rpm-4.14.3-14.el8_4.x86_64 and rpm-4.14.3-19.el8.x86_64
- cannot install the best update candidate for package alt-php-config-1-43.el8.noarch
- problem with installed package rpm-4.14.3-19.el8.x86_64
(try to add '--allowerasing' to command line to replace conflicting packages or '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
Environment
- AlmaLinux
- cPanel
Solution
yum downgrade rpm-4.14.3-14.el8_4.x86_64
yum downgrade elfutils-libelf-0.182-3.el8.x86_64
Cause
AlmaLinux has newer packages than CloudLinux OS.
Comments
0 comments
Please sign in to leave a comment.