I got this error. not sure what to do:
[root@xxx100 ~]# sudo yum update --best --allowerasing
This system is receiving updates from CloudLinux Network server.
Last metadata expiration check: 1:51:04 ago on Mon Sep 23 08:52:55 2024.
Error:
Problem 1: cannot install the best update candidate for package accelerate-wp-1.8-4.el9.cloudlinux.x86_64
- problem with installed package accelerate-wp-1.8-4.el9.cloudlinux.x86_64
- package accelerate-wp-1.8-4.el9.cloudlinux.x86_64 from system requires lve-utils >= 6.5.1-1, but none of the providers can be installed
- cannot install the best update candidate for package lve-utils-6.5.6-1.el9.cloudlinux.x86_64
- package lve-utils-6.6.4-1.el9.cloudlinux.x86_64 from repo.cloudlinux.com_cloudlinux_9_BaseOS_x86_64_os_ conflicts with accelerate-wp < 1.9-9 provided by accelerate-wp-1.8-4.el9.cloudlinux.x86_64 from system
Problem 2: cannot install the best update candidate for package sqlite-3.34.1-6.el9_1.x86_64
- problem with installed package sqlite-3.34.1-6.el9_1.x86_64
- package sqlite-3.34.1-6.el9_1.x86_64 from system requires sqlite-libs = 3.34.1-6.el9_1, but none of the providers can be installed
- cannot install the best update candidate for package sqlite-libs-3.34.1-6.el9_1.x86_64
- cannot install both sqlite-libs-3.34.1-7.el9_3.x86_64 from repo.cloudlinux.com_cloudlinux_9_BaseOS_x86_64_os_ and sqlite-libs-3.34.1-6.el9_1.x86_64 from system
- cannot install both sqlite-libs-3.34.1-7.el9_3.x86_64 from repo.cloudlinux.com_cloudlinux_9_BaseOS_x86_64_os_ and sqlite-libs-3.34.1-6.el9_1.x86_64 from cloudlinux9
(try to add '--skip-broken' to skip uninstallable packages)
here is my yum.conf
[root@xxx00 ~]# cat /etc/yum.conf
[main]
exclude=
tolerant=1
errorlevel=1
plugins=1
gpgcheck=1
installonly_limit=3
clean_requirements_on_remove=True
best=False
skip_if_unavailable=False
minrate=50k
[root@xxx100 ~]# sudo yum update --best --allowerasing
This system is receiving updates from CloudLinux Network server.
Last metadata expiration check: 1:51:04 ago on Mon Sep 23 08:52:55 2024.
Error:
Problem 1: cannot install the best update candidate for package accelerate-wp-1.8-4.el9.cloudlinux.x86_64
- problem with installed package accelerate-wp-1.8-4.el9.cloudlinux.x86_64
- package accelerate-wp-1.8-4.el9.cloudlinux.x86_64 from system requires lve-utils >= 6.5.1-1, but none of the providers can be installed
- cannot install the best update candidate for package lve-utils-6.5.6-1.el9.cloudlinux.x86_64
- package lve-utils-6.6.4-1.el9.cloudlinux.x86_64 from repo.cloudlinux.com_cloudlinux_9_BaseOS_x86_64_os_ conflicts with accelerate-wp < 1.9-9 provided by accelerate-wp-1.8-4.el9.cloudlinux.x86_64 from system
Problem 2: cannot install the best update candidate for package sqlite-3.34.1-6.el9_1.x86_64
- problem with installed package sqlite-3.34.1-6.el9_1.x86_64
- package sqlite-3.34.1-6.el9_1.x86_64 from system requires sqlite-libs = 3.34.1-6.el9_1, but none of the providers can be installed
- cannot install the best update candidate for package sqlite-libs-3.34.1-6.el9_1.x86_64
- cannot install both sqlite-libs-3.34.1-7.el9_3.x86_64 from repo.cloudlinux.com_cloudlinux_9_BaseOS_x86_64_os_ and sqlite-libs-3.34.1-6.el9_1.x86_64 from system
- cannot install both sqlite-libs-3.34.1-7.el9_3.x86_64 from repo.cloudlinux.com_cloudlinux_9_BaseOS_x86_64_os_ and sqlite-libs-3.34.1-6.el9_1.x86_64 from cloudlinux9
(try to add '--skip-broken' to skip uninstallable packages)
here is my yum.conf
[root@xxx00 ~]# cat /etc/yum.conf
[main]
exclude=
tolerant=1
errorlevel=1
plugins=1
gpgcheck=1
installonly_limit=3
clean_requirements_on_remove=True
best=False
skip_if_unavailable=False
minrate=50k
Comment