如何在CentOS 5/6上安装EPEL 源
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何在CentOS 5/6上安装EPEL 源相关的知识,希望对你有一定的参考价值。
1. 确认你的CentOS 的版本首先通过以下命令确认你的CentOS 版本
$ cat /etc/redhat-release
CentOS release 6.4 (Final)
2. 下载EPEL 的rpm 安装包
现在从上面的地址下载CentOS 版本所对应的EPEL 的版本
$ wget http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
3. 安装EPEL
通过以下命令安装EPEL 软件包
$ sudo rpm -ivh epel-release-6-8.noarch.rpm
或
$ sudo rpm -ivh epel-release*
5. 检查EPEL 源
安装好EPEL 源后,用yum 命令来检查是否添加到源列表
# yum repolist
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirrors.vonline.vn
* epel: buaya.klas.or.id
* extras: centos-hn.viettelidc.com.vn
* updates: mirrors.fibo.vn
repo id repo name status
base CentOS-6 - Base 6,381
epel Extra Packages for Enterprise Linux 6 - x86_64 10,023
extras CentOS-6 - Extras 13
nginx nginx repo 47
updates CentOS-6 - Updates 1,555
repolist: 18,019
EPEL已经在repo 后列出,并且显示提供了上万个软件包,所以EPEL 已经安装到你的CentOS了。
EPEL源的配置安装到了 /etc/yum.repos.d/epel.repo 文件。 参考技术A Centos6 32位:
rpm -ivh http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
centos6 64位:
rpm -ivh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
centos5 32位:
rpm -ivh http://dl.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm
centos5 64位:
rpm -ivh http://dl.fedoraproject.org/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm本回答被提问者和网友采纳
如何在Centos官网下载所需版本的Centos
1、进入Centos官网:https://www.centos.org/download/
不要点击黄颜色背景的下载框,如:DVD ISO,Everything ISO,Minimal ISO,而是点击红色框框内的alternative downloads。
2、下载对应版本的Centos
进入之后,一直将光标往下拉,知道对应的版本出现为止。在这里,小编以Centos6.7为例,进行下载。
3、找到Centos6.7版本
找到Centos6.7版本之后,点击右边的Tree,进入下一个界面。
4、点击isos/
5、点击对应系统的版本,小编的电脑是64位系统的,因此下载64位的
6、然后点击CentOS-6.7-x86_64-bin-DVD1.iso
7、之后点击Europe镜像,进入下一个界面
8、找到对应版本的Centos,本例中是6.7版本
9、进入isos/目录下
10、选择对应系统的版本,小编的电脑是64位系统的,因此下载64位的
11、最后选择CentOS-6.7-x86_64-minimal.iso下载即可
12、点击下载,便可以下载对应的Centos版本了
以上是关于如何在CentOS 5/6上安装EPEL 源的主要内容,如果未能解决你的问题,请参考以下文章
如何在 CentOS 7 / Ubuntu 15.04 上安装 PHP 框架 Laravel