yum install nginx-没有可用软件包 nginx。

错误显示

在linux 中 输入

sudo yum install nginx

显示:

已加载插件:fastestmirror, product-id, search-disabled-repos, subscription-manager

This system is not registered with an entitlement server. You can use subscription-manager to register.

Loading mirror speeds from cached hostfile
 * base: mirror.lzu.edu.cn
 * extras: mirror.lzu.edu.cn
 * updates: mirror.lzu.edu.cn
base                                                                                                                                 | 3.6 kB  00:00:00     
extras                                                                                                                               | 2.9 kB  00:00:00     
updates                                                                                                                              | 2.9 kB  00:00:00     
updates/7/x86_64/primary_db                                                                                                          | 3.7 MB  00:00:01     
没有可用软件包 nginx。
错误:无须任何处理

 

 

解决方法:

sudo yum install epel-release

yum update

yum install -y nginx

 

posted @ 2022-04-08 15:22  佩洛君  阅读(560)  评论(0编辑  收藏  举报