Issue
While installing CloudLinux using cldeploy, the following error appears:
Error: alt-python27-cllib conflicts with rhn-client-tools-2.0.2-38.el7.cloudlinux.x86_64
Environment
- CloudLinux 7
- cldeploy
Solution
Remove conflicting package from the RPM database and re-run cldeploy
# rpm -e --nodeps --justdb alt-python27-cllib
# sh cldeploy -i
Cause
Some packages were deployed already before cldeploy.
Comments
0 comments
Please sign in to leave a comment.