目录
一、问题:
二、原因:
三、解决方法:
[root@localhost ~]# yum -y install nginx
已加载插件:fastestmirror
Loading mirror speeds from cached hostfile
* base: mirrors.bfsu.edu.cn
* extras: mirrors.huaweicloud.com
* updates: mirrors.huaweicloud.com
没有可用软件包 nginx。
错误:无须任何处理
Nginx位于第三方的yum源里面,而不在CentOs官方yum源里面。
yum源安装epel
yum -y install epel-release
重新安装Nginx即可。
yum -y install nginx
安装成功啦~
上一篇:Golang三个编译基本命令