Issue
When running "yum update", it results in the following error message:
Error: Package: alt-php-internal-firebird-7.4.33-3.el6.x86_64 (cloudlinux-imunify360)
Requires: alt-php-internal-common = 7.4.33-3.el6
Removing: alt-php-internal-common-7.4.33-2.el6.x86_64 (@cloudlinux-imunify360)
alt-php-internal-common = 7.4.33-2.el6
Updated By: alt-php-internal-common-7.4.33-6.el6.x86_64 (cloudlinux-updates-testing)
Environment
- CloudLinux OS 6
- ALT-PHP
- CloudLinux
Cause
Packages with the same name are present in two repositories at the same time, but with different versions.
Solution
Remove the package, and install it from the correct repository:
rpm -e --justdb --nodeps alt-php-internal-common
yum install alt-php-internal-common --enablerepo=cloudlinux-updates-testing --disablerepo=cloudlinux-imunify360
Another option is to update the packages from the "imunify360-testing" repository:
yum update alt-php-internal-firebird --enablerepo=imunify360-testing
Comments
0 comments
Please sign in to leave a comment.