redhat 系统和centos系统配置yum 源的几种方法

          红帽或centos系统配置yum源

本地配置yum 源:光驱仓库,ISO仓库(一般适用于红帽linux,(因为它没有配不然怎么收钱)或者没有联网的centos系统,

(都是配好的网源,只要可以联网就可以进行yum操作))

文档带图片链接    http://pan.baidu.com/s/1c2G6Xyg    (https://yunpan.cn/Oc6mzj4mLwgDzC  访问密码 d35c )

一、虚拟机中有光驱(虚拟机中光盘的位置)挂载的情况:

(1)找到光驱的位置(双击光驱,鼠标放在光驱上面会显示光驱的位置,一般是在/run/media/用户名(root等)下面)

如果没有在虚拟机设置一下

因为光驱已经挂载,只需写在/etc/repos.d目录下一个配置文件(后缀.repo)

#查看文件

#或vi编辑.repo 是固定的文件后缀

#因为是本地源所以是file://+光驱绝对路径

#是否启用源 1 启用 0 非启用

#值1 进行gpg检查  0 不进行

[[email protected] /]# cd /etc/yum.repos.d

[[email protected] yum.repos.d]#ll   [[email protected] yum.repos.d]#vim dvd.repo

[dvd]

name=dvd

baseurl=file://"/run/media/root/RHEL-7.1 Server.x86_64/"

enabled=1

gpgcheck=0

退出保存

[[email protected] yum.repos.d]# yum clean all   # 清空一下缓存

[[email protected] yum.repos.d]# yum repolist    #重新加载库

[[email protected] yum.repos.d]# yum repolist all   #查看您拥有的仓库

Status 是enable: 4,371  表示配置成功然后就可以进行yum 安装了

二、用.iso 系统镜像作文源

(如果开始并没有.iso文件,可以先自己制作一个如下)

[[email protected] /]# dd if=/dev/cdrom of=/mnt/RHEL.iso

/dev/cdrom (是/dev/sr0的一个软连接) 系统光驱

创建挂载点,写文件(此处baseurl中为挂载点)并本地挂载(-o loop).iso(格式: -t iso9660)文件

[[email protected] /]# mkdir /media/dvd2

[[email protected] yum.repos.d]# vim dvd2.repo

[dvd2]

name=dvd2

baseurl=file:///media/dvd2

enabled=1

gpgcheck=0

[[email protected] yum.repos.d]# mount -t iso9660 -o loop /mnt/RHEL.iso /media/dvd2

设置开机自启动在/etc/fstab(存放文件系统的静态信息)下

[[email protected] yum.repos.d]# vim /etc/fstab

在最后一行添加

/mnt/RHEL.iso      /media/dvd2          iso9660   loop          0 0

退出保存一下,

[[email protected] yum.repos.d]# mount -a     #自动挂载/etc/fstab中的文件系统

添加yum网源(mirrors.aliyun.com)(前提是你能够连上网)

直接配置 .repo 文件

[[email protected] yum.repos.d]# vim epel.repo

[epel]

name=epel

baseurl=http://mirrors.aliyun.com/epel/7Server/x86_64/

enabled=1

gpgcheck=0

当然你也可以选择其他网源。

退出保存,yum repolist all 查看一下, yum update 更新一下

配置完成。

时间: 2024-10-12 04:44:25

redhat 系统和centos系统配置yum 源的几种方法的相关文章

redhat 6 配置 yum 源的两种方法

由于 redhat的yum在线更新是收费的,如果没有注册的话不能使用,如果要使用,需将redhat的yum卸载后,重启安装,再配置其他源. 本文包括配置本地源及第三方源.第三方源包括:网易,epel,repoforge ,rpmfusion 以下为详细过程: 1.删除redhat原有的yum rpm -aq|grep yum|xargs rpm -e --nodeps 2.下载yum安装文件 注意,如果下载时找不到文件,就登录到:http://mirrors.163.com/centos/6/o

配置 yum 源的两种方法

由于 redhat的yum在线更新是收费的,如果没有注册的话不能使用,如果要使用,需将redhat的yum卸载后,重启安装,再配置其他源,以下为详细过程: 1.删除redhat原有的yumrpm -aq|grep yum|xargs rpm -e --nodeps 2.下载yum安装文件 wget http://mirrors.163.com/centos/6/os/x86_64/Packages/yum-3.2.27-14.el6.centos.noarch.rpm wget http://m

redhat 7安装CentOS 7 yum源

由于redhat 的更新包只对注册的用户生效,所以需要自己手动更改成CentOS 的更新包,CentOS几乎和redhat是一样的,所以无需担心软件包是否可安装,下面是安装步骤. 1.首先查看redhat 7.0系统本身所安装的那些yum 软件包: [root@pan ~]# rpm -qa | grep yum yum-utils-1.1.31-24.el7.noarch yum-langpacks-0.4.2-3.el7.noarch yum-metadata-parser-1.1.4-10

[转载]Redhat Enterprise 6.1 如何使用免费的CentOS的yum源

Redhat Enterprise 6.1 如何使用免费的CentOS的yum源 graybull posted @ 2013年2月18日 22:29 in Unix/Linux with tags centos free redhat Source yum , 3938 阅读 Redhat Enterprise Linux 6.1 x86_64 使用官方yum源是需要收费的,本文将讲解如何使用免费的CentOS的yum源来安装/更新软件.分成以下几步: 卸载已有的yum 下载CentOS的yu

redhat配置centos的yum源

redhat默认不支持第三方的yum源,要求有rhn账号,下面就rhel5和rhel6改为centos源 一.rhel5.5 X86_64更改为centos的yum源 查看系统自带的yum相关的rpm包  rpm -qa|grep yum 删掉系统自带的yum相关的包 rpm -e --nodeps yum-updatesd-0 rpm -e --nodeps yum-security   rpm -e --nodeps yum-metadata-p rpm -e --nodeps yum-rh

Redhat 7 yum源换成centos的YUM 源

背景:作者打算在Redhat 做kvm虚拟化的时候在安装 virt-manager发现 提示要注册红帽的yum源,简单说要钱呗.要钱那是不可能给你的,所以有以下有centos的yum源替换redhat7的yum源. 前景概括(步骤总结) 卸载原有的yum的rpm包 去阿里镜像站下载centos必要的yum包 rpm -ivh yum- 安装相对应的rpm 去阿里镜像站下载 centos-base.repo,并修改 清楚yum缓存,再重新生成缓存 测试 使用 yum -y install xxx

redhat配置centos网络yum源

方案一: 配置网络yum源rpm -ivh vsftpd-2.2.2-6.el6_0.1.x86_64service vsftpd restartchkconfig --level 35 vsftpd oncd /var/ftp/pub/mkdir yum把上面的挂载点改成/var/ftp/pub/yumvim /etc/yum.repos.d/rhel-source.repo[server]name=serverbaserul=ftp://pub/yum/Server/  #(注意要挂载光驱)

centOS 第三方YUM源

1.安装CentOS yum源优先级插件yum-priorities来设置YUM优先级 yum install yum-plugin-priorities.noarch 2.设置CentOS默认yum源的优先级为最高 cd  /etc/yum.repos.d/ vi CentOS-Base.repo #在[base].[updates].[extras]组下面添加priority=1,在[centosplus].[contrib]组下面添加priority=2 备注:priority的优先级为1

CentOS更新yum源的方法

一.下载国内比较稳定的yum源,我这里下载163的源 同时我使用的是CentOS6.2的x86_64版本,所以下载的是CentOS6-Base-163.repo 请根据,如下方法确认自己系统的版本 [[email protected] ~]# lsb_release -a LSB Version: :core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4.0-amd64:printing-4