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

Redhat本地yum源配置

发布时间:2014-09-05 15:33:24作者:知识屋


Redhat本地yum源配置
 
环境:   www.zhishiwu.com  
vmworkstation
RHEL-5.8
 
 --配置repo文件
 [root@localhost yum.repos.d]# cat base.repo 
 [server]
 name=server
 baseurl=file:///mnt/hgfs/vmshare/Server
 gpgcheck=0
 
 --创建repodata db   
 [root@localhost yum.repos.d]# createrepo -d /mnt/hgfs/vmshare/Server
 2471/2471 - zsh-html-4.2.6-6.el5.i386.rpm   
 Saving Primary metadata
 Saving file lists metadata
 Saving other metadata
 
 --测试
  yum list | grep pack_uneed 
  or
  yum install pack_unedd*
 
(免责声明:文章内容如涉及作品内容、版权和其它问题,请及时与我们联系,我们将在第一时间删除内容,文章内容仅供参考)
收藏
  • 人气文章
  • 最新文章
  • 下载排行榜
  • 热门排行榜