From 365d2f70d0da6cca1b15dabc969be7197eb5b476 Mon Sep 17 00:00:00 2001 From: Henrik Triem Date: Tue, 9 Aug 2022 15:06:05 +0200 Subject: [PATCH] Docs: Add installation instructions for RHEL 9 --- doc/02-Installation.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/doc/02-Installation.md b/doc/02-Installation.md index fcd91cb84d..3737157f0c 100644 --- a/doc/02-Installation.md +++ b/doc/02-Installation.md @@ -130,6 +130,16 @@ wget https://packages.icinga.com/subscription/rhel/ICINGA-release.repo -O /etc/y If you are using RHEL you need to additionally enable the `optional` and `codeready-builder` repository before installing the [EPEL rpm package](https://fedoraproject.org/wiki/EPEL#How_can_I_use_these_extra_packages.3F). +#### RHEL 9 + +```bash +ARCH=$( /bin/arch ) + +subscription-manager repos --enable "codeready-builder-for-rhel-9-${ARCH}-rpms" + +dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm +``` + #### RHEL 8 ```bash @@ -253,7 +263,7 @@ dnf install icingaweb2 icingacli #### RHEL -#### RHEL 8 +#### RHEL 8 or Later ```bash dnf install icingaweb2 icingacli ```