centos 7.9更换aliyun的yum源
由于某些原因,为了安装软件更快速,需要更换yum源,这里记录自己更换aliyun的yum数据源的方法
yum install wget
mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bak
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
yum makecache