我常用的yum源如下:
阿里雲yum源:http://mirrors.aliyun.com/repo/Centos-7.repo
小紅帽yum源:https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
快速添加一個yum源
yum-config-manager --add-repo http://mirrors.aliyun.com/repo/Centos-7.repo
如果提示沒有yum-config-manager命令,執行yum -y install yum-utils 安裝即可,然后再執行一次上面的命令