Issue
The following error appears during the yum update:
Error: Package: alt-libheif-1.12.0-1.el7.x86_64 (cloudlinux-x86_64-server-7)
Requires: libx265.so.79()(64bit)
Available: x265-libs-1.9-1.el7.x86_64 (cloudlinux-imunify360)
libx265.so.79()(64bit)
Installed: x265-libs-2.9-3.el7.x86_64 (@rpmfusion-free-updates)
~libx265.so.165()(64bit)
Error: Package: x265-1.9-1.el7.x86_64 (cloudlinux-imunify360)
Requires: libx265.so.79()(64bit)
Available: x265-libs-1.9-1.el7.x86_64 (cloudlinux-imunify360)
libx265.so.79()(64bit)
Installed: x265-libs-2.9-3.el7.x86_64 (@rpmfusion-free-updates)
~libx265.so.165()(64bit)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
Environment
- CloudLinux OS
- rpmfusion-free-updates repository enabled
- FFmpeg packages installed
Solution
1. Disable the rpmfusion-free-updates repository completely.
2. Remove the problematic packages:
rpm -e --nodeps --justdb libheif
rpm -e --nodeps --justdb x265-libs
Cause
The packages from the rpmfusion-free-updates repository can cause conflicts when using CloudLinux.
Comments
0 comments
Please sign in to leave a comment.