centos7更换yum源

阿里巴巴开源镜像站 https://developer.aliyun.com/mirror/

根据官网的说明,分别有 CentOS 6、CentOS 7、CentOS 8等配置操作步骤。

(1)、备份,将 CentOS-Base.repo 为CentOS-Base.repo.backup
	mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup
(2)、下载新的 http://mirrors.aliyun.com/repo/Centos-7.repo,并命名为CentOS-Base.repo

	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

(3)、清除缓存

yum clean all     # 清除系统所有的yum缓存
yum makecache     # 生成yum缓存
上一篇:centos7 安装k8s kubectl 客户端


下一篇:CentOS7.X更新yum源