目录
一、问题:
二、原因:
三、解决方法:
一、问题:
[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

安装成功啦~





![[Linux] 进程入门](https://img-blog.csdnimg.cn/img_convert/7b0d6ba5dcce6ce6b2e732fdffde6496.gif#pic_center)











