![snapd 설치가 실패하는 이유는 무엇입니까? snapd-2.57.6-2.el8.x86_64에 필요한 bash 완료가 제공되지 않습니다.](https://linux55.com/image/217089/snapd%20%EC%84%A4%EC%B9%98%EA%B0%80%20%EC%8B%A4%ED%8C%A8%ED%95%98%EB%8A%94%20%EC%9D%B4%EC%9C%A0%EB%8A%94%20%EB%AC%B4%EC%97%87%EC%9E%85%EB%8B%88%EA%B9%8C%3F%20snapd-2.57.6-2.el8.x86_64%EC%97%90%20%ED%95%84%EC%9A%94%ED%95%9C%20bash%20%EC%99%84%EB%A3%8C%EA%B0%80%20%EC%A0%9C%EA%B3%B5%EB%90%98%EC%A7%80%20%EC%95%8A%EC%8A%B5%EB%8B%88%EB%8B%A4..png)
나는 명령을 실행한다
yum install snapd
얻다
Unable to read consumer identity
This system is not registered with an entitlement server. You can use subscription-manager to register.
Last metadata expiration check: 0:04:34 ago on Thu 16 Feb 2023 03:14:18 PM UTC.
Error:
Problem: conflicting requests
- nothing provides bash-completion needed by snapd-2.57.6-2.el8.x86_64
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
[root@rhel ~]# yum install snapd --skip-broken
Updating Subscription Management repositories.
Unable to read consumer identity
This system is not registered with an entitlement server. You can use subscription-manager to register.
Last metadata expiration check: 0:04:45 ago on Thu 16 Feb 2023 03:14:18 PM UTC.
uname을 확인했습니다
Linux rhel.localdomain 5.14.0-162.12.1.el9_1.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Dec 20 06:06:30 EST 2022 x86_64 x86_64 x86_64 GNU/Linux
rhel9에서 snapd 설치가 실패하는 이유는 무엇입니까?
답변1
시스템을 찾고 있는 것 같습니다 bash-completion
. 저장소에서 검색해 볼 수 있습니다. yum search bash-completion
존재하는 경우 를 사용하세요 # yum install bash-completion
.