redhat 7.7 rpm包无网络安装 postgresql 10
作者:互联网
首先配置本地yum源方便依赖包安装
将盘片挂载上来
mount /dev/cdrom /mnt
输入ls,查看其中的文件,如果有redhat.repo,使用vi命令编辑此文件,然后将其中的内容全部删除
vi /etc/yum.repos.d/redhat-base.repo
然后在其中编辑处输入(第一行中括号里面的内容必须有,是一个标签
[local]
name=Red Hat Enterprise Linux 7.7
baseurl=file:///mnt
enabled=1
gpgcheck=1
gpgkey=file:///mnt/RPM-GPG-KEY-redhat-release
保存后输入命令
yum clean all
测试一下
yum install -y vim
Redhat 7.7 Server And UI 无网络安装postgresql 10
Redhat 7.7 Minimal 无网络安装postgresql 10
标签:10,postgresql,redhat,mnt,yum,7.7 来源: https://blog.51cto.com/1345992/2524154