3.将安装包移动到某个位置
mv /var/cache/yum/x86_64/6/*/packages/* /root/yum/4.创建yum源xml
mkdir -p /root/yum/repodata/ touch /root/yum/repodata/myyum.xml createrepo -g /root/yum/repodata/myyum.xml /root/yum/5.编辑yum源配置
cd /etc/yum.repos.d vi test.repo [test] name=base baseurl=file:///root/yum enabled=1 gpgcheck=0 可以使用ftp共享baseurl=ftp://192.168.0.6/pub/Server6.测试
yum repolist 7 以后若有新增的包 重做第3-4部就可以了 sailooor 发布了8 篇原创文章 · 获赞 0 · 访问量 2179 私信 关注