0


完美解决:yum -y install nginx 报出 没有可用软件包 nginx。错误:无须任何处理

一、问题:

[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

安装成功啦~

标签: nginx

本文转载自: https://blog.csdn.net/m0_64304713/article/details/134466833
版权归原作者 Mortalz7 所有, 如有侵权,请联系我们删除。

“完美解决:yum -y install nginx 报出 没有可用软件包 nginx。错误:无须任何处理”的评论:

还没有评论