linux7 搭建本地yum源

Posted 点点滴滴

tags:

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

在vm里安装的虚拟机

1.选择本地iso映像文件(就是你安装linux环境的系统包)

 

 2.使用root挂载

a.创建挂载点 mkdir -p /mnt/cdrom

b.挂载mount /dev/cdrom /mnt/cdrom

c.修改yum配置文件

cd /etc/yum.repos.d 

一般redhat系统中会有redhat.repo文件,但是直接配置这个文件后在yum install 时会报错,

redhat7运行yum报如下提示:

There are no enabled repos.
 Run "yum repolist all" to see the repos you have.
 To enable Red Hat Subscription Management repositories:
     subscription-manager repos --enable <repo>
 To enable custom repositories:
     yum-config-manager --enable <repo>

 

处理的方法:

mv redhat.repo redhat.repo.bak

新增一个CentOS-Base.repo 文件

vi CentOS-Base.repo

然后在其中编辑处输入(第一行中括号里面的内容必须有,是一个标签)

[local]
name=Red Hat Enterprise Linux 6.7
baseurl=file:///mnt/cdrom
enabled=1
gpgcheck=1
gpgkey=file:///mnt/cdrom/RPM-GPG-KEY-redhat-release

以上是关于linux7 搭建本地yum源的主要内容,如果未能解决你的问题,请参考以下文章

yum配置

red Linux7.5最小化安装怎么配置yum源

我自己使用linux来开发,如何配置yum源

linux搭建samba服务器

linux7-docker私有仓库nginx秘钥验证搭

rpm,yum,yum搭建本地仓库