我是靠谱客的博主 明理耳机,最近开发中收集的这篇文章主要介绍使用光盘配置本地yum源的方法 yum源配置,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

1.把光盘里的所有文件拷贝到/yum下

2.编辑 /etc/yum.repos.d/rhel-debuginfo.repo

复制代码 代码如下:

[base]
name=Instructor Server Repository
baseurl=file:///yum/Server
gpgcheck=1
# This one is needed for xen packages
[VT]
name=Instructor VT Repository
baseurl=file:///yum/VT
gpgcheck=1
# This one is needed for clustering packages
[Cluster]
name=Instructor Cluster Repository
baseurl=file:///yum/Cluster
gpgcheck=1
# This one is needed for cluster storage (GFS, iSCSI target, etc…) packages
[ClusterStorage]
name=Instructor ClusterStorage Repository
baseurl=file:///yum/ClusterStorage
gpgcheck=1


3.  rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release

最后

以上就是明理耳机为你收集整理的使用光盘配置本地yum源的方法 yum源配置的全部内容,希望文章能够帮你解决使用光盘配置本地yum源的方法 yum源配置所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(110)

评论列表共有 0 条评论

立即
投稿
返回
顶部