首页云计算 正文

rhel6添加本地yum

2024-11-19 4 0条评论
  1. 首页
  2. 证书相关
  3. rhel6添加本地yum

rhel6添加本地yum

发布日期:2017-04-14

1、准备工作

关闭selinux

1 #setenforce 0

创建yum目录

1 #mkdir /yum

挂载光盘

1 #mount -o loop /dev/cdrom /mnt

拷贝光盘内所有文件到本地目录

1 #cp -ar /mnt/* /yum

2、添加配置文件

修改repo文件,访问本地yum库

1 #vi /etc/yum.repos.d/local.repo
1 2 3 4 5 [ local ] name = Red Hat Enterprise Linux update6 baseurl = file : ///yum/ gpgcheck = 0 enabled = 1

删除或者备份原始repo文件,否则yumlist会报错如下:

1 2 #mv /etc/yum.repos.d/packagekit-media.repo /etc/yum.repos.d/packagekit-media.repo.bk rhel6 Error : Cannot retrieve repository metadata ( repomd . xml ) for repository : InstallMedia . Please verify its path and try again

清除yum缓存

1 #yum clean all

3、测试

1 2 3 4 5 6 7 [ 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

看到上述信息,表示yum库创建成功

文章转载来自:trustauth.cn

上一篇:【iOS开发-19】遇到Apple Mach-O Linker Error的情况和解决办法

下一篇:mysql代理kingshard安装配置

相关新闻

  • SSL证书对网站访问速度有影响吗
  • 个人隐私数据泄露有哪些危害?如何预防?
  • 部署SSL证书有哪些常见的错误
  • 国际证书、国产证书和国密证书
  • 游戏开发为什么离不开代码签名?
  • 僵尸网络攻击手法与防范方式
  • SSL证书助力保障网络数据安全
  • 网站加密与不加密区别
  • SSL证书有哪些类型和价格差异
  • ca机构颁发的证书包括那些内容呢?
文章版权及转载声明

本文作者:admin 网址:http://news.edns.com/post/113084.html 发布于 2024-11-19
文章转载或复制请以超链接形式并注明出处。

取消
微信二维码
微信二维码
支付宝二维码