gpt4 book ai didi

apache - 在 CentOs 7 上使用 yum 没有可用的包 httpd

转载 作者:太空宇宙 更新时间:2023-11-03 17:23:18 25 4
gpt4 key购买 nike

当我尝试时:

yum install httpd

我得到错误:

Loaded plugins: changelog, fastestmirror
Loading mirror speeds from cached hostfile
* base: mirrors.cloud.aliyuncs.com
* extras: mirrors.cloud.aliyuncs.com
* updates: mirrors.cloud.aliyuncs.com
No package httpd available.
Error: Nothing to do

enter image description here

最佳答案

httpd 组件可以从默认的 CentOS 存储库“base”和“updates”(对于较新的版本)安装。

# repoquery -i httpd | grep -i repo
Repository : updates

确保你有存储库文件 /etc/yum.repos.d/CentOS-Base.repo 或手动创建它,至少包含以下内容:

[base]
name=CentOS-$releasever - Base
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os&infra=$infra
gpgcheck=0
enabled=1

[updates]
name=CentOS-$releasever - Updates
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates&infra=$infra
gpgcheck=0
enabled=1

然后做:

# yum clean all && yum update -y && yum install httpd -y

关于apache - 在 CentOs 7 上使用 yum 没有可用的包 httpd,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51632883/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com