CentOS执行yum时报错Error: Unable to find a match: screen

  • 来源:网络
  • 更新日期:2022-01-24

摘要:今天在一台CentOS Linux 8安装Nginx,一开始就遇到了问题。执行yum命令时提示:No match for argument: screenError: Unable to find a match: screen经查阅相关资料,知道了是yu

今天在一台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命令了。