Issue
yum
shows the error below during the update:
Error: Problem: package alt-libgd-2.3.3-3.el8.x86_64 requires libavif.so.14()(64bit), but none of the providers can be installed - cannot install both libavif-0.10.1-3.el8.x86_64 and libavif-0.11.1-2.el8.x86_64 - cannot install the best update candidate for package libavif-0.11.1-2.el8.x86_64 - cannot install the best update candidate for package alt-libgd-2.3.3-2.el8.x86_64
Environment
- CloudLinux OS 8
- YUM/DNF
Solution
Remove the libavif
package and update the system:
rpm -e --nodeps libavif
yum update
Cause
alt-libgd
package was rebuilt with libavif
to make them compatible, so the separate package is obsolete.
Comments
0 comments
Please sign in to leave a comment.