Skip to main content

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.

0 votes
1 answer
84 views

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....
elbarna's user avatar
  • 14.4k
1 vote
2 answers
3k views

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 ...
Eliezer Miron's user avatar
1 vote
1 answer
219 views

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 ^...
larsks's user avatar
  • 38.5k
0 votes
1 answer
118 views

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 ...
malat's user avatar
  • 3,469
16 votes
2 answers
11k views

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 ...
Daniel Porteous's user avatar
8 votes
3 answers
40k views

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 ...
kumar's user avatar
  • 221
9 votes
3 answers
73k views

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:...
user2157622's user avatar
8 votes
2 answers
35k views

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 ...
daniel's user avatar
  • 131
20 votes
5 answers
80k views

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' ...
030's user avatar
  • 1,598
19 votes
4 answers
46k views

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....
spuder's user avatar
  • 18.6k
7 votes
1 answer
12k views

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-...
Lorin Hochstein's user avatar