标签:使用 date wget base etc cache ror shell yun
# 使用之前请确保已经安装wget,如未安装请执行下面一条命令来安装
yum install -y wget
# 1.备份当前yum源(可选)
cd /etc/yum.repos.d/
cp /CentOS-Base.repo /CentOS-Base-repo.bak
# 2.使用wget下载阿里yum源repo文件
wget http://mirrors.aliyun.com/repo/Centos-7.repo
# 3.清理默认缓存包
yum clean all
# 4.把下载下来的阿里云repo文件设置成为默认源
mv Centos-7.repo CentOS-Base.repo
# 5.生成阿里云yum源缓存并更新yum源
yum makecache
yum update
标签:使用 date wget base etc cache ror shell yun
原文地址:https://www.cnblogs.com/ixuer/p/12442106.html