Questions tagged [epel]
EPEL (Extra Packages for Enterprise Linux) is a repository of packages, published by the Fedora project, which extends the packages available in Red Hat Enterprise Linux (RHEL) and derivatives. They are not commercially supported by Red Hat/IBM.
11 questions
0 votes
1 answer
84 views
RockyLinux 10: why epel don't provide nagios which is available?
Is nagios for rockyLinux available? Yes https://dl.fedoraproject.org/pub/epel/10/Everything/x86_64/Packages/n/ https://dl.fedoraproject.org/pub/epel/10/Everything/x86_64/Packages/n/nagios-4.5.9-1....
1 vote
2 answers
3k views
EPEL 7 links are dead... Where to find replacement?
I am updating a project that relied on EPEL 7; up until this year, the following repo link worked just fine: https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm This was the full ...
1 vote
1 answer
219 views
Where does the value of `$releasever` come from on RHEL?
I'm installing epel-release in two different RHEL 9.4-based containers: yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-$(rpm -E %{rhel}).noarch.rpm One is based on: $ grep ^...
0 votes
1 answer
118 views
How to install rapidjson-devel in Amazon Linux 2
It seems that recently epel-7 has been removed, and so I can no longer follow instructions from: How to install epel-release in Red Hat linux 7.8 How would one install rapidjson-devel on Amazon ...
16 votes
2 answers
11k views
How to get epel-release / epel-release-next / powertools in CentOS Stream 9
I have recently installed CentOS Stream 9 and I'm finding that I can't get epel to work properly following any instructions I can find online. Resources for CentOS 8 / CentOS Stream 8 don't work and ...
8 votes
3 answers
40k views
How to install epel-release in Red Hat linux 7.8
I am running Red Hat Enterprise Linux Server release 7.8 (Maipo) and when I try to run. yum install epel-release No package epel-release available. Error: Nothing to do I need to install this for ...
9 votes
3 answers
73k views
Error getting repository data for epel, repository not found
I have installed the newest epel and want to install mod_evasive rpm -Uvh http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm Uname -a: Linux #1 SMP Fri Nov 22 03:15:...
8 votes
2 answers
35k views
Installing Epel repository on CentOS fails [closed]
This has been working on my vagrant vm for a few month without any issues. I didn't change anything, it has been vagrant up and vagrant destroy'd several times before with no problems. But now it ...
20 votes
5 answers
80k views
Unable to Pull EPEL repository Metadata
Installing Nginx on Scientific Linux according this documentation fails: [vagrant@localhost ~]$ sudo su -c 'rpm -Uvh http://dl.fedoraproject.org/pub/epe l/6/x86_64/epel-release-6-8.noarch.rpm' ...
19 votes
4 answers
46k views
How to automatically accept epel gpg key
The very first time that I install a package from epel, I am prompted if I want to import a GPG key. Notice how there are 2 'Is this ok' prompts when installing redis? [root@us-devops-build02 yum....
7 votes
1 answer
12k views
Import EPEL GPG key in kickstart post-installation
I'm trying to use Oz to create a CentOS 6.4 virtual machine image and install some packages from EPEL. When it tries to install the epel-release package, I get the error: Public key for epel-release-...