VMware版本号:12.0.0缓存
CentOS版本:7.0code
[root@localhost ~]# yum list wget
没有安装:get
[root@localhost ~]# yum -y install wget
/etc/yum.repos.d/CentOS-Base.repo
[root@localhost ~]# cp /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup
yum源
配置文件所在文件夹[root@localhost yum.repos.d]# cd /etc/yum.repos.d/
yum源
配置文件,放入/etc/yum.repos.d/
(操做前作好相应备份)[root@localhost yum.repos.d]# wget http://mirrors.163.com/.help/CentOS6-Base-163.repo
[root@localhost yum.repos.d]# yum makecache
[root@localhost yum.repos.d]# yum -y update