首页 > 运维 > CentOS > 正文

CentOS如何制作本地rpm源

藏色散人
发布: 2020-06-12 15:18:59
转载
2445 人浏览过

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

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源的详细内容。更多信息请关注PHP中文网其他相关文章!

相关标签:
来源:segmentfault.com
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
关于我们 免责声明 Sitemap
PHP中文网:公益在线PHP培训,帮助PHP学习者快速成长!