CentOS如何制作本地rpm源


本文摘自PHP中文网,作者藏色散人,侵删。

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

安装createrepo

1

yum install createrepo

制作本地rpm源

1

2

cd /opt/yliyun/conf

createrepo ./rpm

repo配置

新建CentOS-Local.repo

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

/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

1

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

以上就是CentOS如何制作本地rpm源的详细内容,更多文章请关注木庄网络博客

相关阅读 >>

CentOS如何安装vnc

关于CentOS挂载u盘

CentOS怎么启用root用户

CentOS环境中怎么自定义网桥

CentOS怎么连接wifi?

virtualbox 在CentOS 7 中安装介绍

CentOS下ftp登录失败显示503错误

CentOS linux9再也不会来~

CentOS系统中文文件名乱码

CentOS系统如何设置显示器不休眠

更多相关阅读请进入《CentOS》频道 >>



打赏

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,您说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

分享从这里开始,精彩与您同在

评论

管理员已关闭评论功能...

    正在狠努力加载,请稍候...