CentOS 7更换镜像源


1、先安装wget,执行命令:"yum install -y wget"。

 

 2、打开阿里镜像:https://developer.aliyun.com/mirror/

 

3、下载新的 CentOS-Base.repo/etc/yum.repos.d/ 

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

或者

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

 

4、更新镜像源。

#清除缓存
yum clean all
#生成缓存
yum makecache

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM