1.下载阿里yum源如下:
[root@yankerp ~]# wget http://mirrors.aliyun.com/repo/Centos-7.repo
这时候我们发现在本地会产生一个centos7的源
2.将Centos-7.repo拷贝到Yum源位置(备份原来的Centos-Base.repo)
3.执行yum源更新的命令如下:
# yum clean all
# yum makecache
# yum update
更新过程
配置完成!!
1.下载阿里yum源如下:
[root@yankerp ~]# wget http://mirrors.aliyun.com/repo/Centos-7.repo
这时候我们发现在本地会产生一个centos7的源
2.将Centos-7.repo拷贝到Yum源位置(备份原来的Centos-Base.repo)
3.执行yum源更新的命令如下:
# yum clean all
# yum makecache
# yum update
更新过程
配置完成!!