Centos EPEL installation tutorial

Source: Internet
Author: User

EPEL is short for Extra Packages for Enterprise Linux. It is officially translated as an additional software package for Enterprise Edition Linux. As the name suggests, he can expand your software library, saving a lot of time when installing a lot of software. For example, for the DoS Vulnerability in PHP that has been very popular recently, Bug 61461, you only need one command under EPEL to upgrade PHP to 5.9 to avoid re-coding.

We recommend that you first install this additional software package for the newly installed centos system!

Installation Command:

Yum install epel-release


RHEL 5.x/CentOS 5.x

32-bit

Rpm-Uvh http://download.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm64 bit

Rpm-Uvh http://download.fedoraproject.org/pub/epel/5/x86_64/epel-release-5-4.noarch.rpmRHEL 6.x/CentOS 6.x

32-bit

Rpm-Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm64 bit

Run the following command to run rpm-Uvh restart Nginx without compiling and installation:

Yum-y install nginx

If no error is reported, the EPEL installation is complete.


If the above Command still cannot solve the problem, it must be installed in a targeted manner.

Run the following command to copy from Install EPEL and additional repositories on CentOS and Red Hat.

# CentOS and Red Hat Enterprise Linux 5.x

Wget http://dl.fedoraproject.org/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm
Rpm-Uvh epel-release-5 *. rpm

# CentOS and Red Hat Enterprise Linux 6.x

Wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
Rpm-Uvh epel-release-6 *. rpm

# CentOS and Red Hat Enterprise Linux 7.x

Wget http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm
Rpm-Uvh epel-release-7 *. rpm

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.