I was trying to install epel-release in a freshly set RHEL 7. By the following command
yum -y install epel-release
And the output was following:
no package epel-release available
What was the reason of this error, and how can I install epel-release?
I was trying to install it so that I could use it to get dnf in my machine. What are effective steps to install it?