Skip to content

Latest commit

 

History

History
executable file
·
26 lines (21 loc) · 700 Bytes

File metadata and controls

executable file
·
26 lines (21 loc) · 700 Bytes
layout post
title RHEL的EPEL源地址及安装
date 2015-01-13
desc RHEL的EPEL源地址及安装
keywords rhel,epel,rpm,linux
categories
Linux
tags
epel
icon icon-centos

RHEL6:

[root@test ~]# rpm -ivh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-5.noarch.rpm
[root@test ~]# rpm -ivh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm

RHEL5:

[root@test ~]# rpm -ivh http://download.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm
[root@test ~]# rpm -ivh  http://download.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm

EPEL版本不同,根据不同系统请自行安装。