Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Fixed the prompt that there is no corresponding package when installing with yum in centos7.X

2025-04-01 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

You only want to install nginx with yum, not with source packages. However, when yum is installed, it is prompted that the installation package cannot be found in the yum repository.

The error of the problem is as follows:

Attempt to install nginx

Yum install-y nginxLoaded plugins: fastestmirror, langpacksLoading mirror speeds from cached hostfile * base: ftp.sjtu.edu.cn * extras: mirrors.aliyun.com * updates: mirrors.aliyun.comNo package nginx available.Error: Nothing to do

Solution:

I. expansion package update (epel third-party software library)

Yum install-y epel-release

Update the yum source

Yum update

The following error may occur:

Error: Cannot retrieve metalink for repository: epel. Please verify its path and try again

Solution.

Vim / etc/yum.repos.d/epel.repo comments out the basic recovery and image address # baseurlmirrorlist / / as follows

Baseurl#mirrorlist

Re-execution

Yum update

Reinstall nginx, no problem

Yum install-y nginx

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report