CentOS 5/6.X 使用 EPEL YUM源

参考:http://www.linuxidc.com/Linux/2013-08/88523.htm

大纲 一、什么是EPEL? 二、与163 YUM源比较 三、CentOS 5.X 安装使用EPEL YUM源 四、CentOS 6.X 安装使用EPEL YUM源 五、使用心得 六、yumdownloader 工具 七、卸载EPEL源 注:操作系统 CentOS 6.X ,CentOS 5.X

推荐阅读:

配置EPEL YUM源  http://www.linuxidc.com/Linux/2012-10/71850.htm

RedHat 本地yum源配置 http://www.linuxidc.com/Linux/2012-11/75127.htm

RedHat Linux 本地yum源的配置 http://www.linuxidc.com/Linux/2013-08/88217.htm

RedHat 6.2 Linux修改yum源免费使用CentOS源 http://www.linuxidc.com/Linux/2013-07/87383.htm

heartbeat-3.0.4-1.el6.x86_64.rpm 与 heartbeat-3.0.4-2.el6.x86_64.rpm 下载

------------------------------------------分割线------------------------------------------

FTP地址:ftp://ftp1.linuxidc.com

用户名:ftp1.linuxidc.com

密码:www.linuxidc.com

在 2013年LinuxIDC.com\8月\CentOS 5&6.X 使用 EPEL YUM源

下载方法见 http://www.linuxidc.com/Linux/2013-10/91140.htm

------------------------------------------分割线------------------------------------------

一、什么是EPEL? EPEL,即Extra Packages for Enterprise Linux(http://Fedoraproject.org/wiki/EPEL) 是由 Fedora 社区打造,为 RHEL 及衍生发行版如 CentOS、Scientific Linux 等提供高质量软件包的项目。在这里可以获得 RHEL 的高质量、高性能、高可靠性、免费、方便易用的软件包。 二、与163 YUM源比较 今天,在Dell R610上面安装了Centos6.4 X86_64的操作系统,装完系统后,用163的YUM源安装软件,我一直都是用163的YUM源,因为是国内的YUM源,比较快。但是,我发现这个源里面,根本没有libmcrypt,libmcrypt-devel这两个RPM包,装php扩展mcrypt时,又要用到这两个包,于是我手动装了这两个libmcrypt包,发现163源中的包不全。后来又安装了heartbeat,发现又没有,于是我决定,得换个源,后来到网上搜了一下,发现了EPEL源,用了之后感觉很爽。现在就总结一下,与大家分享! 三、CentOS 5.X 安装使用EPEL YUM源 1. 查看操作系统版本 [[email protected] ~]# lsb_release -a   LSB Version:    :core-3.1-amd64:core-3.1-ia32:core-3.1-noarch:graphics-3.1-amd64:graphics-3.1-ia32:graphics-3.1-noarch   Distributor ID: CentOS   Description:    CentOS release 5.5 (Final)   Release:        5.5   Codename:      Final   [[email protected] ~]# uname -a   Linux localhost.localdomain 2.6.18-194.el5 #1 SMP Fri Apr 2 14:58:14 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux

2.下载相应的EPEL源 (1).32位系统  [[email protected] src]# wget http://download.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm

(2).64位系统  1 [[email protected] src]# wget http://download.fedoraproject.org/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm

3.安装EPEL源(注:我这里是64位系统) [[email protected] src]# rpm -ivh epel-release-5-4.noarch.rpm   warning: epel-release-5-4.noarch.rpm: Header V3 DSA signature: NOKEY, key ID 217521f6   Preparing...                ########################################### [100%]     1:epel-release          ########################################### [100%]

4.导入key文件 1 [[email protected] src]# rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5

5.查看安装的EPEL源 [[email protected] src]# cd /etc/yum.repos.d/   [[email protected] yum.repos.d]# ll   总计 24   -rw-r--r-- 1 root root 2245 2010-04-26 CentOS-Base.repo   -rw-r--r-- 1 root root  626 2010-04-26 CentOS-Media.repo   -rw-r--r-- 1 root root  954 2010-08-12 epel.repo #正式版,所有的软件都是稳定可以信赖的   -rw-r--r-- 1 root root 1054 2010-08-12 epel-testing.repo #最新的测试源

注:但是默认情况下,只有正式版是有效状态的,如果你想试试测试版的话,需要修改/etc/yum.repos.d/epel-testing.repo,把enabled=0改成enabled=1即可。 6.测试 [[email protected] yum.repos.d]# yum clean all  [[email protected] yum.repos.d]# yum list

四、CentOS 6.X 安装使用EPEL YUM源 1. 查看操作系统版本 [[email protected] ~]# uname -a  Linux node1.test.com 2.6.32-358.el6.x86_64 #1 SMP Fri Feb 22 00:31:26 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux  [[email protected] ~]# cat /etc/issue  CentOS release 6.4 (Final)  Kernel \r on an \m

2.下载相应的EPEL源 (1).32位系统 [[email protected] src]# wget http://download.Fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm

(1).64位系统 [[email protected] src]# wget http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm

3.安装EPEL源(注:我这里是64位系统) [[email protected] src]# rpm -ivh epel-release-6-8.noarch.rpm  warning: epel-release-6-8.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID 0608b895: NOKEY  Preparing... ########################################### [100%]  1:epel-release ########################################### [100%]

4.导入key文件 [[email protected] src]# rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6

5.查看安装的EPEL源 [[email protected] src]# cd /etc/yum.repos.d/  [[email protected] yum.repos.d]# ll  总用量 24  -rw-r--r--. 1 root root 1926 2月 25 16:57 CentOS-Base.repo  -rw-r--r--. 1 root root 638 2月 25 16:57 CentOS-Debuginfo.repo  -rw-r--r--. 1 root root 623 7月 25 16:57 CentOS-Media.repo  -rw-r--r--. 1 root root 3664 2月 25 16:57 CentOS-Vault.repo  -rw-r--r-- 1 root root 957 11月 5 2012 epel.repo  -rw-r--r-- 1 root root 1056 11月 5 2012 epel-testing.repo

6.测试 [[email protected] yum.repos.d]# yum clean all  [[email protected] yum.repos.d]# yum list

五、使用心得 1.不用去换原来yum源,安装后会产生新repo 2.epel会有很多源地址,如果一个下不到,会去另外一个下 3.更新时如果下载的包不全,就不会进行安装,这样的话,依赖关系可以保重 六、yumdownloader 工具 说明:EPEL中有很多好软件,我们可以直接用yumdownloader就可以直接下载yum源中的rpm包,下面我们说一下使用方法 1. 安装 yum工具 [[email protected] ~]# yum -y install yum-utils

2.下载你想要下载软件,如heartbeat [[email protected] src]# yumdownloader heartbeat

3.查看下载的rpm包 [[email protected] src]# ll  总用量 180  -rw-r--r-- 1 root root 14540 11月 5 2012 epel-release-6-8.noarch.rpm  -rw-r--r-- 1 root root 165244 5月 25 2011 heartbeat-3.0.4-1.el6.x86_64.rpm

七、卸载EPEL源 说明:如果你暂时不想使用EPEL的yum源的话,把对应文件里的enabled=1改成enabled=0就行了,如果你完全不需要了,那就直接卸载掉 [[email protected] src]# rpm -e epel-release

时间: 2024-12-23 19:11:35

CentOS 5/6.X 使用 EPEL YUM源的相关文章

CentOS 开启安装EPEL YUM源

我们用yum安装软件时,经常发现我们的yum源里面没有该软件,需要自己去wget,然后configure,make,make install,太折腾了. 其实,CentOS 还有一个源叫做 EPEL (Extra Packages for Enterprise),里面有1万多个软件. 1.安装前,我们先看一下我们现有的源: 如图所示,当前源有11864个软件. 2.安装EPEL YUM源 打开 http://mirrors.kernel.org/fedora-epel/ 我的版本是CentOS7

CentOS epel yum 源配置

EPEL,即Extra Packages for Enterprise Linux,这个软件仓库里有很多非常常用的软件,而且是专门针对RHEL设计的,对RHEL标准yum源是一个很好的补充,完全免费使用,由 Fedora项目维护,所以如果你使用的是RHEL,或者CentOS,Scientific等RHEL系的linux,可以非常放心的使用EPEL的 yum源. centos 6.5 1 wget http://mirrors.kernel.org/fedora-epel/6/x86_64/epe

笔记-centos6安装EPEL YUM源

CentOS默认自带系统安装后的CentOS-Base.repo源,但官方源软件少.版本更新慢.基于此可以安装第三方yum原EPEL. EPEL的全称叫Extra Packages for Enterprise linux .EPEL是由 Fedora 社区打造,为 RHEL 及衍生发行版如 CentOS.Scientific Linux 等提供高质量软件包的项目.装上了 EPEL之后,就相当于添加了一个第三方源,对官方标准源是一个很好的补充..常用的软件服务,比如现在流行的nginx.dock

Linux 安装 EPEL YUM源

原文:https://blog.csdn.net/harbor1981/article/details/51135623 我们用yum安装软件时,经常发现我们的yum源里面没有该软件,需要自己去wget,然后configure,make,make install,太折腾了. 其实,CentOS还有一个源叫做 EPEL (Extra Packages for Enterprise),里面有1万多个软件,比163的源还强,强烈建议安装. 1.安装前,我们先看一下我们现有的源: 如图所示,当前源有81

Centos 7可用的epel yum源

由于Centos 7与老版本有着巨大的差别 所以各种软件包都无法沿用老版本的,所以若使用老版本的扩展yum源 就会导致yum出现严重错误,无法安装大量软件包 不过epel源已经支持了Centos 7,只要添加即可 修改yum源 1.运行下面的命令编辑yum源: 1 vi /etc/yum.repos.d/epel.repo 2.按i进入编辑模式,粘贴下面的代码: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 2

配置 EPEL yum 源

当我们在linux上, 使用yum 安装包时,报错如下: Loaded plugins: product-id, refresh-packagekit, security, subscription-manager This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register. Setting up Install Process Not

配置EPEL YUM源

EPEL,即Extra Packages for Enterprise Linux,这个软件仓库里有很多非常常用的软件,而且是专门针对RHEL设计的,对RHEL标准yum源是一个很好的补充,完全免费使用,由Fedora项目维护,所以如果你使用的是RHEL,或者CentOS,Scientific等RHEL系的linux,可以非常放心的使用EPEL的yum源. 配置EPEL的yum源也是相当的简单,针对不同的Linux版本,方法如下: 1.如果你使用的是RHEL6.x,CentOS6.x,Scien

Centos 6.5 搭建阿里云yum源

Linux系统下yum源配置(Centos 6) 1.备份 mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup 2.下载新的CentOS-Base.repo 到/etc/yum.repos.d/ CentOS 6 wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repo 或者 c

使用CentOS DVD1 和DVD2做本地yum源

CentOS6以上版本一般都会提供一个DVD1和一个DVD2镜像,使用DVD1即可安装使用CentOS了,DVD2中存放了一些额外的软件包,本文介绍如何制作和使用本地yum仓库 合并 CentOS 6 的两个DVD镜像 1.相关目录: /mnt/dvd1和/mnt/dvd2 用于挂载 Centos 镜像 /mnt/dvd3 合并后的镜像文件 /mnt/iso ISO储存 mkdir -p /mnt/dvd1 /mnt/dvd2 /mnt/dvd3 /mnt/iso 2.上传 Centos 镜像到