知识屋:更实用的电脑技术知识网站
所在位置:首页 > 操作系统 > linux

rhel6添加本地yum

发布时间:2014-09-05 17:02:34作者:知识屋


#setenforce 0
 
#mkdir /yum
 
#mount -o loop /dev/cdrom  /mnt
 
#cp -ar /mnt/*  /yum

 
#vi /etc/yum.repos.d/local.repo
 
  [local]
  name=Red Hat Enterprise Linux update6
  baseurl=file:///yum/
  gpgcheck=0
  enabled=1
#mv /etc/yum.repos.d/packagekit-media.repo  /etc/yum.repos.d/packagekit-media.repo.bk 或者直接删除,否则yumlist会报错如下:
rhel6 Error: Cannot retrieve repository metadata (repomd.xml) for repository: InstallMedia. Please verify its path and try again
#yum clean all
测试
[root@rhel6 ~]# yum repolist
Loaded plugins: refresh-packagekit, rhnplugin
This system is not registered with RHN.
RHN support will be disabled.
repo id                 repo name                                         status
local                   Red Hat Enterprise Linux update6                  3,391
repolist: 3,391
 
 
本文出自 “学习linux” 博客

(免责声明:文章内容如涉及作品内容、版权和其它问题,请及时与我们联系,我们将在第一时间删除内容,文章内容仅供参考)
收藏
  • 人气文章
  • 最新文章
  • 下载排行榜
  • 热门排行榜