我执行命令
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.我检查了名字
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上的管理单元安装失败?
发布于 2023-02-18 04:38:50
看起来系统正在寻找bash-completion。您可以尝试在repos:yum search bash-completion中搜索它,如果它在那里,可以用# yum install bash-completion安装它。
https://unix.stackexchange.com/questions/735758
复制相似问题