更换yum源

2017/01/01 linux系统工具

为了在国内达到快速安装的目的,就要需要修改yum源

国内yum源

  • 163: http://mirrors.163.com/.help/CentOS7-Base-163.repo
  • 中科大:http://centos.ustc.edu.cn/CentOS-Base.repo
  • 阿里云:http://mirrors.aliyun.com/repo/Centos-7.repo

CentOS系统更换软件安装源

第一步:备份你的原镜像文件,以免出错后可以恢复。

mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup 第二步:下载新的CentOS-Base.repo 到/etc/yum.repos.d/ ## CentOS 6 ##
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repo

CentOS 7

wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo 第三步:运行yum makecache生成缓存

yum clean all
yum makecache

Search

    Table of Contents