windows搭建http本地yum源
2021-02-15 06:19
我这里用到HFS作为web服务器下 下载链接见文末
把这repodata、Package和RPM-GPG-KEY-CentOS-7这三个文件从centos7光盘中提取放在web根目录下yum文件夹
不要用WinRAR提取,因为WinRAR提取出的文件无后缀名
可以UltraISO提取。如图:
Linux下和windows下使用WinRAR提取对比
配置centos7 yum源
[root@centos repodata]# cd /etc/yum.repos.d/
[root@centos 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
[root@centos ~]# yum clean all
[root@centos ~]# yum list all
链接:http://pan.baidu.com/s/1jItAoC2 密码:birc
文章标题:windows搭建http本地yum源
文章链接:http://soscw.com/index.php/essay/55530.html