From f91d3c85324f29bc057283f0da3072d9da005c6d Mon Sep 17 00:00:00 2001 From: Daniel Bodky Date: Fri, 5 Aug 2022 12:18:47 +0200 Subject: [PATCH] Updated RHEL8 installation documentation --- doc/02-installation.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/02-installation.md b/doc/02-installation.md index 9cffa9d1a..65bc392eb 100644 --- a/doc/02-installation.md +++ b/doc/02-installation.md @@ -122,7 +122,7 @@ rpm --import https://packages.icinga.com/icinga.key wget https://packages.icinga.com/subscription/rhel/ICINGA-release.repo -O /etc/yum.repos.d/ICINGA-release.repo ``` -If you are using RHEL you need to additionally enable the `optional` and `codeready-builder` +If you are using RHEL you need to additionally enable the `codeready-builder` repository before installing the [EPEL rpm package](https://fedoraproject.org/wiki/EPEL#How_can_I_use_these_extra_packages.3F). #### RHEL 8 @@ -130,7 +130,6 @@ repository before installing the [EPEL rpm package](https://fedoraproject.org/wi ```bash ARCH=$( /bin/arch ) -subscription-manager repos --enable rhel-8-server-optional-rpms subscription-manager repos --enable "codeready-builder-for-rhel-8-${ARCH}-rpms" dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm