redhat系列yum本地源配置

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了redhat系列yum本地源配置相关的知识,希望对你有一定的参考价值。

1.挂载光盘,本示例挂载在/mnt下。

2.清除系统带的.repo文件,rm -f /etc/yum.repos.d/*

3.编辑自己的repo文件,内容如下:

【local_server】   (库名)

name=This   ...    (描述)

baseurl=file:///mnt  (yum 源目录,源地址)

enable=1 (是否启用yum源,0 为禁用)

gpgcheck=1 (检查 GPG-KEY , 0 不检查, 1检查)

gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG=KEY=Centos-6  (gpgcheck=0 不用配置)

4.清除缓存, yum clean all

5.建议缓存, yum makecache

6.测试, yum gcc.

以上是关于redhat系列yum本地源配置的主要内容,如果未能解决你的问题,请参考以下文章

redhat 怎么配置yum ?

redhat配置yum静态源

redhat 配置本地yum源163yum源epel 源,无需卸载yum!无须拷贝ISO

redhat配置本地yum源

如何设置redhat为centos yum 源

CentOS 8  配置本地yum源