CentOS如何制作本地rpm源

互联网 20-6-12
下面由centos教程栏目给大家介绍CentOS制作本地rpm源的方法,希望对需要的朋友有所帮助!

安装createrepo

yum install createrepo

制作本地rpm源

cd /opt/yliyun/conf createrepo ./rpm

repo配置

新建CentOS-Local.repo

/opt/yliyun/conf/CentOS-Local.repo # CentOS-Local.repo # #  This repo can be used with mounted DVD media, verify the mount point for #  CentOS-6.  You can use this repo and yum to install items directly off the #  DVD ISO that we release. # # To use this repo, put in your DVD and use it with the other repos too: #  yum --enablerepo=c6-local [command] #   # or for ONLY the media repo, do this: # #  yum --disablerepo=\* --enablerepo=c6-local [command] [c6-local] name=CentOS-$releasever - Media baseurl=file:///opt/yliyun/conf/rpm/ gpgcheck=0 enabled=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6

安装本地rpm

yum --disablerepo=\* --enablerepo=c6-local -c conf/CentOS-Local.repo -q -y localinstall conf/rpm/*.rpm --nogpgcheck

以上就是CentOS如何制作本地rpm源的详细内容,更多内容请关注技术你好其它相关文章!

来源链接:
免责声明:
1.资讯内容不构成投资建议,投资者应独立决策并自行承担风险
2.本文版权归属原作所有,仅代表作者本人观点,不代表本站的观点或立场
标签: centos
上一篇:php获取远程图片并下载保存到本地的方法分析 下一篇:RHEL 和 CentOS 区别?

相关资讯