手机扫一扫访问本页内容

微信扫描点右上角"···"分享到好友或朋友圈

关闭
微信扫一扫可打开小程序

微信长按图片或搜“分享录”可打开小程序

关闭
Linux,经验 , ,

解决CentOS Stream 9报Errors during downloading metadata for repository ‘baseos’

由于CentOS Linux 7及之前版本还有CentOS Stream 8很快都要停更了,所以将服务器更新到CentOS Stream 9,但是装完却报“Errors during downloading metadata for repository ‘baseos’”,具体如下。

[root@xubingtao ~]# yum -y update
CentOS Stream 9 - BaseOS                                                                                     217 kB/s |  39 kB     00:00    
Errors during downloading metadata for repository 'baseos':
  - Status code: 404 for http://mirrors.bfsu.edu.cn/centos-stream/9-stream/BaseOS/x86_64/os/repodata/88c6d9f793a3657d6a31a13e38c19f4240f1ad6a69c78574e74c94d520f5e862-filelists.xml.gz (IP: 39.155.141.16)
  - Status code: 404 for http://mirrors.bfsu.edu.cn/centos-stream/9-stream/BaseOS/x86_64/os/repodata/7fa16b05e1c36124e62401bc39d112da9d7e19e27ed67a5f4e6151734a61da78-primary.xml.gz (IP: 39.155.141.16)
Error: Failed to download metadata for repo 'baseos': Yum repo downloading error: Downloading error(s): repodata/7fa16b05e1c36124e62401bc39d112da9d7e19e27ed67a5f4e6151734a61da78-primary.xml.gz - Cannot download, all mirrors were already tried without success; repodata/88c6d9f793a3657d6a31a13e38c19f4240f1ad6a69c78574e74c94d520f5e862-filelists.xml.gz - Cannot download, all mirrors were already tried without success

明显这是yum源出问题,只需要修改一下yum源即可,这里用清华的yum源。

先备份一下centos.repo文件。

mv /etc/yum.repos.d/centos.repo /etc/yum.repos.d/centos.repo.bak

然后修改centos.repo文件。

vim centos.repo

这里直接新建一个centos.repo文件然后填入以下清华的yum源配置信息。

[BaseOS]
name=CentOS Stream $releasever - BaseOS
#mirrorlist=http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=BaseOS&infra=$infra
baseurl=http://mirrors.tuna.tsinghua.edu.cn/centos-stream/9-stream/BaseOS/x86_64/os/
gpgcheck=1
enabled=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
 
 
[Appstream]
name=CentOS Stream $releasever - AppStream
#mirrorlist=http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=AppStream&infra=$infra
baseurl=http://mirrors.tuna.tsinghua.edu.cn/centos-stream/9-stream/AppStream/x86_64/os/
gpgcheck=1
enabled=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial

清理一下缓存。

yum clean all

重新生成yum缓存文件。

yum makecache

然后就可以正常使用CentOS Stream 9了,先更新yum包,-y表示自动确认,-q表示静默安装。

yum -y update

历史上的今天:

展开阅读全文


上一篇:

下一篇:

服务器又要到期了鼓励一下吧
您还可以访问本站的小程序、公众号等所有端,或者下载APP, 在小程序、APP上可以评论文章以及保存图片还有在线客服哦,如您有任何疑问或建议可向作者提出意见反馈
扫码打开小程序可评论文章保存图片,在“我的”有实时在线客服哦,看效果?
关注我的公众号为您分享各类有用信息
分享录多端跨平台系统