Enable the EPEL repository on CentOS 8.x, RHEL 8.x, RHEL 9.x, or Oracle Linux 8.x
This section describes how to download and install the EPEL repository.
About this task
NOTE
The package dependencies apply to air-gapped Data Fabric installations as well. For an airgapped installation, Data Fabric would require the following when the EPEL repo is
enabled:- python3-PyMySQL sg3_utils compat-openssl11 for RHEL 9.x
- python2-PyMySQL python3-PyMySQL sg3_utils for RHEL 8.x
Procedure
-
Download the EPEL repository:
For RHEL 8.x, use the following command:
For RHEL 9.x use the following command:wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
-
Install the EPEL repository:
For RHEL 8.x, use the following command:
rpm -Uvh epel-release-8*.rpm
For RHEL 9.x, use the following command:
rpm -Uvh epel-release-9*.rpm