This topic has been archived. It cannot be replied.
-
工作学习 / 学科技术 / 如何安装Apache Http Server 2.4到RHEL7.6(Maipo)?请指教,谢谢。已经安装EPEL和REMI repository
## Remi Dependency on CentOS 7 and Red Hat (RHEL) 7 ##
rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
## CentOS 7 and Red Hat (RHEL) 7 ##
rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-7.rpm
输入 sudo yum install httpd
报错 No package httpd available.
这说明httpd package 不在上面repository里?httpd package到底在哪里呢?
-itendtocorrectyou(deal_huangry);
2019-1-26
{402}
(#11900012@0)
-
RHEL 自带包含httpd 已经很久了, 就在 rhel-7-server-rpms这个repo 里。epel, remi 不含httpd. 估计是subscription-manager的问题。 subscription-manager repos --list 看一下就知道。
-hashicorp1(Consul);
2019-1-27
(#11902014@0)
+2
-
你说的对,问题解决了,谢谢。
-itendtocorrectyou(deal_huangry);
2019-1-30
(#11907112@0)