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