CentOS   发布时间:2022-04-02  发布网站:大佬教程  code.js-code.com
大佬教程收集整理的这篇文章主要介绍了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 moun

安装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源全部内容,希望文章能够帮你解决CentOS制作本地rpm源所遇到的程序开发问题。

如果觉得大佬教程网站内容还不错,欢迎将大佬教程推荐给程序员好友。

本图文内容来源于网友网络收集整理提供,作为学习参考使用,版权属于原作者。
如您有任何意见或建议可联系处理。小编QQ:384754419,请注明来意。