温馨提示  2024年 6月我们已经停止开发者板块文章内容更新,谢谢来访。存档数据
知识 2023-08-23 42 次阅读

centos执行yum时报错error: unable to find a match: screen

   

今天在一台centos linux 8安装nginx,最初就遇到了问题。执行yum命令时提示

no match for argument: screenerror: unable to find a match: screen

经过调查阅相关资料,知道了是yum源的原因。于是安装 epel 源,使用最新版本8,

yuminstallhttps://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm

安装过程需要输入y,以确认继续安装。

安装很快就完毕。

这样,就可以执行yum命令了。