Add EPEL to CentOS

Source: Internet
Author: User
Centos on the installation of hadoop encountered difficulties, the installation of their own download always errors, find the following solution: epel0.install yum priority plug-in yuminstallyum-priorities11.epel introduction rpm-Uvhhttp: // mirrors.ustc.edu.cn/fedora/epel/6/x86_64/epel

If it is difficult to install hadoop on centos, it is always wrong to download and install hadoop on your own. find the following solution: epel
0. install the yum priority plug-in

yum install yum-priorities
  • 1

1. epel introduction

rpm -Uvh http://mirrors.ustc.edu.cn/fedora/epel/6/x86_64/epel-release-6-8.noarch.rpmrpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
  • 1
  • 2

Modify the above URL according to the actual situation.

2. check whether the installation is successful.

rpm -q epel-release
  • 1

3. import key:

rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6
  • 1

4. modify the/etc/yum. repos. d/epel. repo file and add an attribute priority = 11 at the end of [epel ].

vi /etc/yum.repos.d/epel.repo
  • 1

It means that yum first goes to the official site for source check, and the official site does not go to the epel site for source check.

5. rebuild cache

yum makecache
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.