配置Yum源 先查看下系统的版本 [root@rhel7 ~]# more /etc/redhat-release Red Hat Enterprise Linux Server release 7.0 (Maipo) 然后我们下载个网易的yum源 [root@rhel7 ~]# cd /etc/yum.repos.d/ [root@rhel7 yum.repos.d]# wget http://mirrors.163.com/.help/CentOS6-Base-163.repo 修改成centos 7 [roo…