# 05.CentOS7 配置阿里云镜像源

#备份当前的 YUM 仓库配置
cp -a /etc/yum.repos.d /etc/yum.repos.d.backup

#清理原有的 YUM 仓库配置
rm -f /etc/yum.repos.d/*

#下载阿里云的 CentOS 7 镜像源配置文件
curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo

#清除缓存并生成新的缓存
sudo yum clean all
sudo yum makecache

#更新yum源
yum update
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Last Updated: 8/30/2024, 2:47:23 PM
Apache License 2.0 | Copyright © 2022 by xueliang.wu 苏ICP备15016087号