我这里用到HFS作为web服务器下 下载链接见文末
把这repodata、Package和RPM-GPG-KEY-CentOS-7这三个文件从centos7光盘中提取放在web根目录下yum文件夹
不要用WinRAR提取,因为WinRAR提取出的文件无后缀名
可以UltraISO提取。如图:
Linux下和windows下使用WinRAR提取对比
配置centos7 yum源
[[email protected] repodata]# cd /etc/yum.repos.d/
[[email protected] yum.repos.d]# mv CentOS-Base.repo CentOS-Base.repo.bak
[base]
name=CentOS-$releasever - Base
baseurl=http://192.168.200.1/www/yum
gpgcheck=1
gpgkey=http://192.168.200.1/www/yum/RPM-GPG-KEY-CentOS-7
[[email protected] ~]# yum clean all
[[email protected] ~]# yum list all
链接:http://pan.baidu.com/s/1jItAoC2 密码:birc