CentOS8 或CentOS9报错:Error: Unable to find a match: xxx
[root@VM-1-17-centos ~]# yum install htop
CentOS Stream 9 - AppStream 3.9 MB/s | 16 MB 00:04
CentOS Stream 9 - BaseOS 7.0 MB/s | 6.0 MB 00:00
Last metadata expiration check: 0:00:02 ago on Sun 23 Apr 2023 06:58:47 PM CST.
No match for argument: htop
Error: Unable to find a match: htop
解决办法
我们只需要安装下epel-release
即可
yum install epel-release
评论(0)