Docs: Add installation instructions for RHEL 9

This commit is contained in:
Henrik Triem 2022-08-09 15:06:05 +02:00
parent 62d7ca8e97
commit 365d2f70d0

View File

@ -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
<!-- {% if not icingaDocs %} -->
#### RHEL
<!-- {% endif %} -->
#### RHEL 8
#### RHEL 8 or Later
```bash
dnf install icingaweb2 icingacli
```