概述
RHEL7.2配置本地yum源
[root@localhost ~]#monut /dev/sr0 /mnt #挂载光盘
[root@localhost ~]# rm -rf /etc/yum.repos.d/*
[root@localhost ~]# vim /etc/yum.repos.d/rhel7.repo
[rhel7-yum] #yum源名称,唯一的,用来区分不同的yum源
name=rhel7-source #对yum源描述信息
baseurl=file:///mnt #yum源的路径(repodata目录所在的目录)
enabled=1 #为1,表示启用yum源
gpgcheck=0 #为1,使用公钥检验rpm的正确性
YUM使用:
[root@localhost ~]# yum clean all #清空yum缓存
[root@localhost ~]# yum list #生成列表
RHEL7.2 配置网络yum 源配置
[root@localhost ~]# wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
[root@localhost ~]# sed -i 's/$releasever/7/g' /etc/yum.repos.d/CentOS-Base.repo
[root@localhost ~]# yum clean all
[root@localhost ~]# yum list
RHEL6.5 配置网络yum源
[root@localhost ~]#monut /dev/sr0 /mnt #挂载光盘
[root@xuegod163 ~]#
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repo
[root@xuegod163 ~]# sed -i 's/$releasever/6.7/g' /etc/yum.repos.d/CentOS-Base.repo
[root@xuegod163 ~]# yum clean all
[root@xuegod163 ~]# yum list
RHEL6.5配置本地yum源
[root@localhost ~]# rm -rf /etc/yum.repos.d/*
[root@localhost ~]# vim /etc/yum.repos.d/rhel6.repo
[rhel6-yum] #yum源名称,唯一的,用来区分不同的yum源
name=rhel6-source #对yum源描述信息
baseurl=file:///mnt #yum源的路径(repodata目录所在的目录)
enabled=1 #为1,表示启用yum源
gpgcheck=0
更多YUM相关教程见以下内容:
RedHat 6.2 Linux修改yum源免费使用CentOS源 http://www.linuxidc.com/Linux/2013-07/87383.htm
如何手工搭建本地Yum仓库 http://www.linuxidc.com/Linux/2016-09/135480.htm
搭建基于http的本地yum源服务器 http://www.linuxidc.com/Linux/2016-08/134602.htm
CentOS7搭建本地yum源服务器 http://www.linuxidc.com/Linux/2016-07/133362.htm
yum的配置文件说明 http://www.linuxidc.com/Linux/2013-04/83298.htm
RedHat 6.1下安装yum(图文) http://www.linuxidc.com/Linux/2013-06/86535.htm
YUM 安装及清理 http://www.linuxidc.com/Linux/2013-07/87163.htm
CentOS 6.4上搭建yum本地源 http://www.linuxidc.com/Linux/2014-07/104533.htm
最后
以上就是大气芝麻为你收集整理的RHEL7.2和RHEL6.5的配置网络yum源和本地yum源的全部内容,希望文章能够帮你解决RHEL7.2和RHEL6.5的配置网络yum源和本地yum源所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
发表评论 取消回复