Redhat7 搭建本地yum
# cd /etc/yum.repos.d/
# vi rhel.repo
[rhel]
name=rhel
baseurl=file:///home/yum (也可写http、ftp网络路径)
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
:wq
# createrepo -d /home/yum (网络yum不需此步)
# yum update
yangzhimingg 博主文章分类:redhat ©著作权
Redhat7 搭建本地yum
# cd /etc/yum.repos.d/
# vi rhel.repo
[rhel]
name=rhel
baseurl=file:///home/yum (也可写http、ftp网络路径)
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
:wq
# createrepo -d /home/yum (网络yum不需此步)
# yum update
上一篇:Redhat7 配置https
下一篇:Redhat7 增加swap分区
离线环境使用nginx搭建本地yum源(2种方式)
yum源本地配置
redhat7命令
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M