centos7换源

1.首先备份系统自带yum源配置文件/etc/yum.repos.d/CentOS-Base.repo

mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup

2.下载国内yum源配置文件到/etc/yum.repos.d/

阿里源(推荐):
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
阿里yum源 http://mirrors.aliyun.com/repo/
163(网易)yum源 http://mirrors.163.com/.help/
中科大的Linux安装镜像源 http://centos.ustc.edu.cn/
搜狐的Linux安装镜像源 http://mirrors.sohu.com/
北京首都在线科技 http://mirrors.yun-idc.com/

3.清理yum缓存

yum clean all

4.并生成新的缓存

yum makecache

5.更新yum源检查是否生效

yum update

你可能感兴趣的:(软件安装,linux,服务器,centos)