我有RHEL9,我试过了
sudo yum install wget得到
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:12:43 ago on Mon 20 Feb 2023 10:04:53 AM UTC.
No match for argument: wget我查过了
yum info wget得到
Last metadata expiration check: 0:06:37 ago on Mon 20 Feb 2023 10:14:28 AM UTC.
Error: No matching Packages to list我有epel-release
我的装置怎么了?
发布于 2023-03-13 10:10:33
您必须更新您的订阅下载依赖程序。然后,应该在rhel9中使用dnf命令来安装软件包。
dnf安装包-名称
参考:https://access.redhat.com/documentation/en-us/red_帽子_企业_linux/9/html/管理_软件_使用_这个_dnf_工具/装配_安装-孔-9-含量_管理-软件与dnf-工具
https://unix.stackexchange.com/questions/736173
复制相似问题