Versions Compared

Key

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

...

1. If you are using CentOS, add the epel repository. Otherwise

Code Block
languagetext
yum -y install epel-release

If you are using RHEL, use the following code to add the epel repository. Otherwise, continue to step 2.

Code Block
languagetext
yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-$(rpm -E '%{rhel}').noarch.rpm

2. Install the appropriate repository for your operating system using the command listed in the Repository column below. If necessary, adjust the code to reflect the version you are using.

...