Under centos7, use yum to install httpd, to report error and display No package httpd available.

problem description

yum install httpd
error report shows No package httpd available.
yum list | grep httpd found that httpd.x86_64 is missing in a kilo

the environmental background of the problems and what methods you have tried

Environment: centos 7, Ali Source, codeIT Library

related codes

[Picture description]

what result do you expect? What is the error message actually seen?

Apr.02,2021

either you update your source
either you compile and install the source code

the repository is not configured, or the warehouse you are using does not have this package in it. You can consider compiling and installing or finding a source that contains this package


Brother for a solution

Menu