Chinaunix首页 | 论坛 | 博客
  • 博客访问: 645908
  • 博文数量: 245
  • 博客积分: 4732
  • 博客等级: 上校
  • 技术积分: 3102
  • 用 户 组: 普通用户
  • 注册时间: 2007-11-02 14:31
文章分类

全部博文(245)

文章存档

2012年(1)

2011年(42)

2010年(132)

2009年(59)

2008年(11)

我的朋友

分类: LINUX

2010-10-06 12:21:55

怎么配置yum配置文件啊?

 

入 /etc/yum.repos.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
阅读(404) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~