Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Install and Enable EPEL Repo:

Code Blocknoformat
yum -y install epel-release

...

On some servers, leaving EPEL enabled may not be in keeping with best practices to keep as close to the distribution rpm set as possible, so you can set the EPEL repository to be disabled by default.

Code Blocknoformat
perl -npi -e 's/enabled=1/enabled=0/' /etc/yum.repos.d/epel.repo

...