From ce0180967f7fb4b3279f608641daad633ed510bc Mon Sep 17 00:00:00 2001 From: Greg Lin Date: Mon, 28 Oct 2019 16:42:50 -0500 Subject: [PATCH] Add note about enabling the Optional repo on RHEL 7 --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index adcb9b2..4fb898f 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,16 @@ sudo yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noa sudo yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm ``` +> Note that on RHEL 7, you may also need to enable the Optional repository: +> ```bash +> # For RHEL 7 users with certificate subscriptions: +> sudo subscription-manager repos --enable "rhel-*-optional-rpms" +> +> # Or alternatively, using yum: +> sudo yum install yum-utils +> sudo yum-config-manager --enable "rhel-*-optional-rpms" +> ``` + Download the rpm package: ```bash # CentOS / RHEL 6