Centos5.x或6.x上安装最新版的EPEL

这文章太简单,大家只看我写中文的地方就可以了

Installing RHEL EPEL Repo on Centos 5.x or 6.x

How to install RHEL EPEL repository on Centos 5.x or 6.x

The following article will describe how to configure a CentOS 5.x-based or Centos 6.x-based system to use Fedora Epel repos and third partyremipackage repos. These package repositories are not officially supported by CentOS,but they provide much more current versions of popular applications likePHPor MYSQL.

Install the extra repositories

The first step requires downloading some RPM files that contain the additional YUM repository definitions. The instructions below point to the 64-bit versions that work with our Cloud Server instances.

下面根据自己的版本挑选脚本去运行,比如你是Centos 6.4 就用 Centos 6.x

Centos 5.x

Centos 6.x

Once installed you should see some additional repo definitions under the/etc/yum.repos.ddirectory.

安装完毕后去 remi.repo看下,如果出现以下三个文件就正常

Enable the remi repository 打开remi源

The remi repository provides a variety of up-to-date packages that are useful or are a requirement for many popular web-based services. That means it generally is not a bad idea to enable the remi repositories by default.

First,open the/etc/yum.repos.d/remi.reporepository file using a text editor of your choice:

用vim打开remi.repo文件

Edit the[remi]portion of the file so that theenabledoption is set to1. This will enable the remi repository.

将enabled那项修改为1

You will now have a larger array of yum repositories from which to install.

转载出处 http://www.2cto.com/os/201406/306633.html

相关文章

Centos下搭建性能监控Spotlight
CentOS 6.3下Strongswan搭建IPSec VPN
在CentOS6.5上安装Skype与QQ
阿里云基于centos6.5主机VPN配置
CentOS 6.3下配置multipah
CentOS安装、配置APR和tomcat-native