Loading

centos7更换阿里云yum源

1、备份
[root@localhost ~]# yum -y install wget
[root@localhost ~]# mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup
2、下载新的CentOS-Base.repo 到/etc/yum.repos.d/
[root@localhost ~]# wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
3、添加EPEL
[root@localhost ~]# wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo
4、清理缓存并生成新的缓存
[root@localhost ~]# yum clean all
[root@localhost ~]# yum makecache

posted @ 2021-08-26 10:38  bathing  阅读(968)  评论(0编辑  收藏  举报
Live2D