`

CentOS 5/6.X 使用 EPEL YUM源

 
阅读更多

CentOS 6.X 安装使用EPEL YUM源
1. 查看操作系统版本
[root@node1 ~]# 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 
[root@node1 ~]# cat /etc/issue 
CentOS release 6.4 (Final) 
Kernel \r on an \m

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

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

3.安装EPEL源(注:我这里是64位系统)
[root@node1 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文件
[root@node1 src]# rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6

5.查看安装的EPEL源
[root@node1 src]# cd /etc/yum.repos.d/ 
[root@node1 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.测试
[root@localhost yum.repos.d]# yum clean all 
[root@node1 yum.repos.d]# yum list

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

2.下载你想要下载软件,如heartbeat
[root@node1 src]# yumdownloader heartbeat

3.查看下载的rpm包
[root@node1 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就行了,如果你完全不需要了,那就直接卸载掉
[root@node1 src]# rpm -e epel-release

分享到:
评论

相关推荐

    Centos7同步阿里yum仓库搭建yum私有仓库

    一、准备 确认在预拉取yum包的机子关于网络...[root@mini2 /]# wget -O /etc/yum.repos.d/base.repo http://mirrors.aliyun.com/repo/Centos-7.repo //base源 [root@mini2 /]# wget -O /etc/yum.repos.d/epel.repo h

    Centos7部署本地局域网yum源

    vim /etc/yum.repos.d/epel-7.repo vim /etc/yum.repos.d/base.repo yum clean all yum makecache yum repolist all yum update 八、脚本定时任务实现同步 可以通过脚本定时任务实现同步,保证本地 yum 源能和外网...

    CentOS7配置阿里云yum源的方法代码

    打开centos的yum文件夹 输入命令cd /etc/yum....当前目录是/etc/yum.repos.d/,刚刚下载的Centos-7.repo也在这个目录上 备份 [root@bogon ~]# cd /etc/yum.repos.d/ [root@bogon yum.repos.d]# mkdir repo_bak [ro

    http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-7

    http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-7

    centos中配置EPEL源

    这将显示EPEL源和Remi源的配置文件,包括`/etc/yum.repos.d/epel.repo`、`/etc/yum.repos.d/epel-testing.repo`和`/etc/yum.repos.d/remi.repo`。 启用Remi源 ------------ 接下来,用户需要启用Remi源,使用以下...

    centos7 yum安装redis配置密码及简单使用

    1、安装epel-release (建议使用国内阿里云源) #下载wget,备份当前源 yum install wget -y mv /etc/yum.repo.d/*.repo /tmp #下载阿里云源和epel源 wget -O /etc/yum.repos.d/CentOS-Base.repo ...

    centos-yum离线源部署

    2. **选择合适的镜像源**:常用的镜像源包括CentOS官方镜像、EPEL(Extra Packages for Enterprise Linux)等。这些镜像通常包含了大量的软件包及其依赖项。 3. **准备镜像文件**:根据上一步的选择,下载相应的...

    Centos5.10 X64安装tfs

    wget http://centos.ustc.edu.cn/epel/5/x86_64/epel-release-5-4.noarch.rpm wget http://rpms.famillecollet.com/enterprise/5/remi/x86_64/remi-release-5.9-1.el5.remi.noarch.rpm rpm -ivh *.rpm echo '...

    CentOS6 YUM 源失效问题解决办法

    - 使用文本编辑器打开`/etc/yum.repos.d/CentOS-Base.repo` 文件,删除其中的所有内容。 - 添加如下配置: ```ini [base] name=CentOS-6 failovermethod=priority baseurl=...

    CentOS 7 配置阿里云yum源

    curl -s -o /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo ``` 这两个命令将下载阿里云的repo源文件,并将其保存到/etc/yum.repos.d/目录下。 3. 清除缓存 在安装阿里云的repo源后,...

    Centos8.5yum源

    下载地址 https://mirrors.aliyun.com/repo/Centos-vault-8.5.2111.repo https://mirrors.aliyun.com/repo/epel-archive-8.repo

    腾讯云CentOS8_yum换源替换文件

    这可以通过命令 `sudo cp /etc/yum.repos.d/Centos-vault-8.5.2111.repo /etc/yum.repos.d/Centos-vault-8.5.2111.repo.bak` 和 `sudo cp /etc/yum.repos.d/epel-archive-8.repo /etc/yum.repos.d/epel-archive-8....

    redhat 6 配置 yum 源的两种方法

    3. **配置第三方YUM源**:编辑`/etc/yum.repos.d/`目录下的repo文件,比如`/etc/yum.repos.d/rhel-debuginfo.repo`,替换为网易或者其他第三方提供的YUM源。例如: ```ini [base] name=CentOS-$releasever - Base...

    mysql_wp_cluster_quickstart_windows.pdf

    解决方法: 一句话:把/etc/yum.repos.d/epel.repo,文件第3行注释去掉,把第四行注释掉。具体如下: 打开/etc/yum.repos.d/epel.repo,将 [epel] name=Extra Packages for Enterprise Linux 6 - $basearch ...

    CentOS7 阿里云的yum源使用详解

    CentOS 7 使用阿里云的yum源 1. 备份原来的yum源 sudo cp /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bak  2.设置aliyun的yum源 sudo wget -O /etc/yum.repos.d/CentOS-Base.repo ...

    自动化部署必备技能—搭建本地YUM仓库.docx

    6. 客户端配置:cd /etc/yum.repos.d && vi oldboy.repo [oldboy] name=Server baseurl=http://10.0.0.5 enable=1 gpgcheck=0 7. 镜像 yum 源:使用 rsync 命令同步公网 yum 源。rsync://mirrors.ustc.edu....

    Linux更换yum源

    然而,预装的yum源可能不是最新的或者速度较慢,这时就需要更换为更快速、更稳定的第三方yum源,比如使用CentOS的yum源来为Red Hat Enterprise Linux (RHEL)系统服务。以下是更换yum源的详细步骤: 1. **备份现有的...

    redhat6.5修改yum源

    内含需要安装的rpm包和修改后的yum源配置。 python-urlgrabber-3.9.1-11.el6.noarch.rpm yum-3.2.29-40.el6.centos.noarch.rpm yum-metadata-parser-1.1.2-16.el6.i686.rpm yum-metadata-parser-1.1.2-16.el6.x86_64...

    CentOS%206.2%20使用第三方yum源安装更多rpm软件包.pdf

    打开`/etc/yum.repos.d/CentOS-Base.repo`文件,这通常包含了系统的所有yum源配置。对于每个 `[base]`, `[updates]`, `[extras]` 组,我们需要添加 `priority=1` 来设定它们的优先级为最高。对于 `[centosplus]` 和 ...

Global site tag (gtag.js) - Google Analytics