Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1062148
  • 博文数量: 239
  • 博客积分: 10
  • 博客等级: 民兵
  • 技术积分: 3618
  • 用 户 组: 普通用户
  • 注册时间: 2012-11-12 13:17
文章分类

全部博文(239)

文章存档

2021年(1)

2016年(1)

2015年(30)

2014年(91)

2013年(116)

分类: LINUX

2014-01-30 00:10:57

[root@test ~]#mkdir /mnt/iso
[root@test home]# cat /etc/redhat-release 
Red Hat Enterprise Linux Server release 6.3 (Santiago)
[root@test ~]# mount -o loop -t iso9660 /mnt/hgfs/linux/rhel-server-6.3-x86_64-dvd.iso /mnt/iso/
[root@test home]# vi /etc/yum.repos.d/rhel-source.repo 
加入
[rhel-debuginfo]
name=Red Hat Enterprise Linux $releasever - $basearch - Debug
baseurl=file:///mnt/iso/Server
enabled=1
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
保存退出

[root@test home]# yum clean all
Loaded plugins: product-id, refresh-packagekit, security, subscription-manager
Updating certificate-based repositories.
Unable to read consumer identity
Cleaning repos: rhel-debuginfo
Cleaning up Everything






阅读(897) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~