更换之前确保自己安装wget
yum list wget
若没有安装:
yum -y install wget
首先备份原版/etc/yum.repos.d/CentOS-Base.repo
cd /etc/yum.repos.dsudo mv CentOS-Base.repo CentOS-Base.repo.bak
cd /etc/yum.repos.dsudo mv CentOS-Base.repo CentOS-Base.repo.bak
下载阿里的yum源
配置文件,放入/etc/yum.repos.d/CentOS-Base.repo
centos7
sudo wget -O CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
centos8
sudo wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-8.repo
运行yum makecache生成缓存
yum clean all yum makecache
其他:
http://mirror.hust.edu.cn/centos/7.7.1908/os/x86_64/Packages/
转载请注明:梦绘设计 » 运维服务 » CentOS7 Centos8 更换阿里yum源
版权声明
本站《作品展示》类文章均为原创,转载必须注明出处,技术分享类文章部分来源于网络,版权归原作者所有,若侵权请留言。