Issue
During the yum update, the following error occurs:
Error: Transaction test error:
file /usr/lib64/liblua-5.1.so from install of compat-lua-libs-5.1.5-15.el8.x86_64 conflicts with file from package lua51-5.1.4-16.el8.x86_64
Environment
- cPanel
- Cloudlinux
- Imunify Email
Solution
Remove the package with the `nodeps` flag:
rpm -e --nodeps compat-lua
rpm -e --nodeps compat-lua-libs
Cause
Package conflict.
Comments
0 comments
Please sign in to leave a comment.