由于 CentOS 7 官方源已停止维护,可以使用 vault.centos.org(存档仓库)或第三方镜像(如阿里云、腾讯云等)。
使用阿里云镜像(推荐国内服务器)
shell
curl -o /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-7.repo
curl -o /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-7.repo
清理并重建 yum 缓存
shell
yum clean all
yum makecache
yum clean all
yum makecache