上一篇 下一篇 分享链接 返回 返回顶部

CentOS 8或steam 更换AppStream源

发布人:技术售后 工号:1001 发布时间:2024-08-08 22:27 阅读量:17064

解决方案

第1步:进入 /etc/yum.repos.d/ 目录。

cd /etc/yum.repos.d/

第2步:运行如下两条命令更换镜像。


sed -i -e "s|mirrorlist=|#mirrorlist=|g" /etc/yum.repos.d/CentOS-* sed -i -e "s|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g" /etc/yum.repos.d/CentOS-*

第3步:再次运行 yum update 命令。

yum update -y

完美解决!

目录结构
全文