Issue
Our CL7 systems are not able to do yum update, erroring:
--> Finished Dependency Resolution
Error: Package: alt-python35-protobuf-3.5.1-2.el7.x86_64 (@imunify360)
Requires: libpython3.5m.so.1.0()(64bit)
Removing: alt-python35-libs-3.5.9-5.el7.x86_64 (@cloudlinux-x86_64-server-7)
libpython3.5m.so.1.0()(64bit)
Updated By: alt-python35-libs-3.5.9-7.el7.x86_64 (cloudlinux-x86_64-server-7)
Not found
Available: alt-python35-libs-3.5.6-2.el7.x86_64 (imunify360)
libpython3.5m.so.1.0()(64bit)
Available: alt-python35-libs-3.5.6-4.el7.x86_64 (imunify360)
libpython3.5m.so.1.0()(64bit)
Available: alt-python35-libs-3.5.6-4.2.el7.x86_64 (imunify360)
libpython3.5m.so.1.0()(64bit)
Available: alt-python35-libs-3.5.7-1.el7.x86_64 (cloudlinux-x86_64-server-7)
libpython3.5m.so.1.0()(64bit)
Available: alt-python35-libs-3.5.7-2.el7.x86_64 (cloudlinux-x86_64-server-7)
libpython3.5m.so.1.0()(64bit)
Available: alt-python35-libs-3.5.7-4.el7.x86_64 (cloudlinux-x86_64-server-7)
libpython3.5m.so.1.0()(64bit)
Available: alt-python35-libs-3.5.9-1.el7.x86_64 (cloudlinux-x86_64-server-7)
libpython3.5m.so.1.0()(64bit)
You could try using --skip-broken to work around the problem
Environment
- Cloudlinux OS 7
- Imunify360
Solution
The situation is discussed with our developers, and it's because part of alt-python packages are stored in imunify repo and another part in CL repo.
Until rollout is released to stable it is recommended to do the updates from both beta repos (CL + imunify) or better to enable both rollout bypass repos (cloudlinux-rollout-11-bypass and imunify360-rollout-7-bypass).
Also, you may do it using this command below:
yum update --enablerepo=imunify360*
------------------------------------
Update:
The new package has been released to stable repository, so you may try to update your machine with a standard command, like
yum update
Comments
0 comments
Please sign in to leave a comment.