centos 7 切换yum源

cd   /etc/yum.repos.d

备份掉所有文件

下载yum源

wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo

下载epel

wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo

参考:

https://www.linuxidc.com/Linux/2019-08/160310.htm

你可能感兴趣的:(linux)