RHEL 9: How to Install the REMI Repository
Hello,
On the RHEL 9, we were unable to install the Remi repository.
while we set up the epel package using below command :
dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm -y
By default, the version listed below was installed.
epel-release 9-7.el9
Later, I installed the Remi repository using the command.
sudo dnf install -y https://rpms.remirepo.net/enterprise/remi-release-9.rpm
however, I was having the conflict error below.
Error: Problem: conflicting requests - nothing provides (redhat-release >= 9.2 or centos-stream-release >= 9) needed by remi-release-9.2-1.el9.remi.noarch (try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
In RHEL 9, how can I install the Remi repository?