Issue
During yum update:
--> Finished Dependency Resolution
Error: Package: alt-php-internal-xmlrpc-7.4.33-14.el7.x86_64 (@cloudlinux-rollout-8)
Requires: alt-php-internal-common = 7.4.33-14.el7
Removing: alt-php-internal-common-7.4.33-14.el7.x86_64 (@cloudlinux-rollout-8)
alt-php-internal-common = 7.4.33-14.el7
Updated By: alt-php-internal-common-8.2.13-2.el7.x86_64 (imunify360-rollout-1)
alt-php-internal-common = 8.2.13-2.el7
Available: alt-php-internal-common-7.4.12-3.el7.x86_64 (cloudlinux-imunify360)
[...]
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
On another server:
Error: Package: alt-php-internal-xmlrpc-7.4.33-14.el7.x86_64 (cloudlinux-x86_64-server-7)
Requires: alt-php-internal-common = 7.4.33-14.el7
Removing: alt-php-internal-common-7.4.33-6.el7.1.x86_64 (@imunify360-rollout-2)
alt-php-internal-common = 7.4.33-6.el7.1
[...]
Environment
- CloudLinux 7/7h
Solution
Remove the duplicated package:
# rpm -e --justdb --nodeps alt-php-internal-xmlrpc-7.4.33-14.el7.x86_64
# yum clean all
# yum update
If it did not help:
Refer to the article: How do I fix duplicated packages issue
Comments
0 comments
Please sign in to leave a comment.