服务器在使用 yum 命令时出现 No match for argument: screen Error: Unable to find a match 错误

新购买的 Linode 服务器在使用 yum 命令时出现如下错误

[root@li433-101 ~]# yum -y install screen
Last metadata expiration check: 0:11:50 ago on Fri 03 Jan 2020 11:55:26 AM UTC.
No match for argument: screen
Error: Unable to find a match
问题应该是没有配置 yum 源,所以解决办法就是:安装 EPEL 源

yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm

posted @ 2020-03-19 14:45  cyrusxx  阅读(32336)  评论(1编辑  收藏  举报