centos 7本地yum源配置

Posted

tags:

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

环境:

centos 7


配置repo文件

[[email protected] yum.repos.d]# cat base.repo 

[server]

name=server

baseurl=file:///openyum/

gpgcheck=0


将本地yum包放到要创建的本地yum源的路径中

tar zxf  openstack.tar.gz -C /openyum/1/

tar zxf  cinder.tar.gz -C /openyum/2/


安装createrepo

yum -y install createrepo


创建repodata db  

[[email protected] yum.repos.d]# createrepo -d /openyum/

2471/2471 - zsh-html-4.2.6-6.el5.i386.rpm        

Saving Primary metadata

Saving file lists metadata

Saving other metadata


测试

安装源下所有的rpm包

yum update


本文出自 “三极行者” 博客,请务必保留此出处http://namesam.blog.51cto.com/12364721/1913230

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

CentOS 7环境下配置镜像为本地源yum

CentOS 7 配置本地 YUM源

CentOS-7 本地yum源挂载

centos 7 配置yum本地源及yum命令使用

CentOS 7 配置yum本地base源和阿里云epel源

CentOS-7.5 设置本地 yum 源