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

centos7更换阿里云yum源

上一篇:16个ASP.NET MVC扩展点【附源码】


下一篇:如何在UpdatePanel中继续使用JavaScript方法