欢迎来到尧图网

客户服务 关于我们

您的位置:首页 > 新闻 > 社会 > Centos8安装软件失败更换镜像源

Centos8安装软件失败更换镜像源

2024/11/5 10:20:41 来源:https://blog.csdn.net/u010358168/article/details/143413778  浏览:    关键词:Centos8安装软件失败更换镜像源

问题

Centos 8上安装git,报错如下:

sudo dnf install git -y
Repository extras is listed more than once in the configuration
CentOS Linux 8 - AppStream                                                                          0.0  B/s |   0  B     00:00    
Errors during downloading metadata for repository 'appstream':- Curl error (6): Couldn't resolve host name for http://mirrorlist.centos.org/?release=8&arch=x86_64&repo=AppStream&infra=container [Could not resolve host: mirrorlist.centos.org]
Error: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for http://mirrorlist.centos.org/?release=8&arch=x86_64&repo=AppStream&infra=container [Could not resolve host: mirrorlist.centos.org]

原因

由于CentOS 8已经停止更新,官方镜像可能不再可用。可以考虑更换为 Vault 仓库或使用其他社区维护的镜像源

解决方案

1. 备份现有的 .repo 文件

首先,备份当前的 .repo 文件,以防需要恢复。

sudo cp -r /etc/yum.repos.d/ /etc/yum.repos.d.bak

2. 下载阿里云的 CentOS 8 镜像源文件

使用以下命令下载阿里云的 CentOS 8 镜像源配置文件:

sudo curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-8.repo

需要确保/etc/yum.repos.d/目录下的所有文件中mirrorlist url都被替换:
在这里插入图片描述
在这里插入图片描述

3. 清除缓存并更新缓存

sudo dnf clean all
sudo dnf makecache

4. 安装Git

sudo dnf install git -y

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com