换源

建议阿里云

  1. # 使用之前请确保已经安装wget,如未安装请执行下面一条命令来安装
  2. yum install -y wget
  3. # 1.备份当前yum源(可选)
  4. cd /etc/yum.repos.d/
  5. cp CentOS-Base.repo CentOS-Base-repo.bk
  6. # 2.使用wget下载阿里yum源repo文件
  7. wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
  8. # 3.清理默认缓存包
  9. yum clean all
  10. # 4.生成阿里云yum源缓存并更新yum源
  11. yum makecache
  12. yum update

参考