LINUX
[Rocky] yum update nobest 에러
영은파더♥
2024. 6. 25. 11:36
728x90
CentOS 사용하다가 Rocky 로 테스트 중인데 아래와 같은 에러가 나네요~
# vi /etc/yum.conf
best=True 를 best=False 로 변경해 주니 잘 됩니다.
[root@rocky conf.d]# yum update
Last metadata expiration check: 1:46:15 ago on Tue Jun 25 09:44:35 2024.
Error:
Problem: package python39-oci-sdk-2.88.2-1.el9_1.cloud.aarch64 from @System requires (python3.9dist(circuitbreaker) < 2 with python3.9dist(circuitbreaker) >= 1.3.1), but none of the providers can be installed
- package python39-oci-sdk-2.88.2-1.el9_1.cloud.aarch64 from @System requires python3-circuitbreaker < 2, but none of the providers can be installed
- cannot install both python3-circuitbreaker-2.0.0-2.el9.noarch from epel and python3-circuitbreaker-1.4.0-0.el9_1.cloud.noarch from @System
- cannot install both python3-circuitbreaker-2.0.0-2.el9.noarch from epel and python3-circuitbreaker-1.4.0-0.el9_1.cloud.noarch from cloud-common
- cannot install the best update candidate for package python39-oci-sdk-2.88.2-1.el9_1.cloud.aarch64
- cannot install the best update candidate for package python3-circuitbreaker-1.4.0-0.el9_1.cloud.noarch
(try to add '--allowerasing' to command line to replace conflicting packages or '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
아니면 yum update --nobest
옵션 넣어서 하셔도 됩니다.
728x90
반응형