CentOs 5.4设置DVD为本地yum源

本文介绍如何在 CentOS 系统中配置本地源,通过修改 CentOS-Media.repo 文件中的 DVD 位置并启用本地源,实现从本地 ISO 镜像安装软件包。具体步骤包括编辑 repo 文件、挂载光驱等。
进入 /etc/yum.repo.d/ 文件夹 
 
vi Centos-Media.repo 
 
修改文件中的dvd的位置,并打开本地源,如下: 
 
# CentOS-Media.repo 

# This repo is used to mount the default locations for a CDROM / DVD on 
#  CentOS-5.  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=c5-media [command] 

# or for ONLY the media repo, do this: 

#  yum --disablerepo=\* --enablerepo=c5-media [command] 
 
[c5-media] 
name=CentOS-$releasever - Media 
baseurl=file:///mnt/ 
         
gblerepo=\* --enablerepo=c5-mediapgcheck=1 
enabled=0 
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 
 
保存退出 
 
#mount /dev/cdrom /mnt     //挂载光盘到/mnt下 
 
使用命令如下: 
 

yum --disablerepo=\* --enablerepo=c5-media install/remove -y



本文转自 elain2012 51CTO博客,原文链接:http://blog.51cto.com/elain/613738


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值