Questions tagged [epel]

Extra Packages for Enterprise Linux (or EPEL) is a Fedora Special Interest Group that creates, maintains, and manages a high quality set of additional packages for Enterprise Linux, including, but not limited to, Red Hat Enterprise Linux (RHEL), CentOS and Scientific Linux (SL), Oracle Enterprise Linux(OEL).

Extra Packages for Enterprise Linux (or EPEL) is a Fedora Special Interest Group that creates, maintains, and manages a high quality set of additional packages for Enterprise Linux, including, but not limited to, Red Hat Enterprise Linux (RHEL), CentOS and Scientific Linux (SL), Oracle Enterprise Linux(OEL).

68 questions
2
votes
0 answers

EPEL's Centos 6 repo does have clang but doesn't have std lib to use it

I have just installed clang (3.4.2) from EPEL's Centos 6 repo (together with dependencies: llvm 3.4.2 and llvm-libs 3.4.2) but I have found out that there is no std lib to support it there. Full list of packages here So when I try to compile c++11…
Patryk
  • 22,602
  • 44
  • 128
  • 244
2
votes
1 answer

CentOS 6.5 R Installation Dependencies

Update: Please note that I did post a different flavor of this on the Unix & Linux SE, but received no helpful responses in the day before re-posting here. The information from that post that is relevant here is that I first added EPEL 7 to the list…
tchakravarty
  • 10,736
  • 12
  • 72
  • 116
1
vote
0 answers

Centos 7 how to instal old epel repository to get php5 mssql_* functions

I need to install web server for older intranet app - it requires mssql library (I know its old, but nobody will redevelop the app). In Centos 7 I was installing it like this (along with vesta - also old) yum install epel-release yum install…
baron_bartek
  • 1,073
  • 2
  • 20
  • 39
1
vote
0 answers

All matches were filtered out by exclude filtering for argument: nginx

I'm unable to install nginx in centos 8. I already installed epel-release Here is the output [root@ip-172-31-31-168 centos]# yum install nginx Last metadata expiration check: 0:29:57 ago on Wed 16 Feb 2022 12:57:09 PM UTC. All matches were filtered…
1
vote
0 answers

Centos7: Can't install nginx (or epel)

I have a clean install of Centos 7 on a RaspberryPi3b+. I am trying to install nginx and am running into problems with each approach. Most of the research I've done points to installing epel, and then installing nginx. When I run yum install…
JayCo741
  • 583
  • 2
  • 6
  • 20
1
vote
0 answers

Cannot retrieve metalink for repository: epel/x86_64. Please verify its path and try again

I am trying to create a virtual machine with RHEL 7.7 using vagrant. I am very new with vagrant. When I did vagrant up many different libraries and dependencies are downloaded and installed. Among those one is Ansible. The virtual machine failed to…
1
vote
1 answer

CentOS EPEL fail2ban not processing systemd journal for tomcat

I've installed fail2ban 0.10.5-2.el7 from EPEL on CentOS 7.8. I'm trying to get it to work with systemd for processing a Tomcat log (also systemd). In jail.local I added: [guacamole] enabled = true port = http,https backend = systemd In…
Jason K
  • 33
  • 4
1
vote
1 answer

Repository epel is listed more than once in the configuration

I want to install MQTT but unable to install on CentOS 8 - Alibaba Cloud because I found following error sudo yum -y install mosquitto Repository epel is listed more than once in the configuration Last metadata expiration check: 0:02:11 ago on Fri…
1
vote
0 answers

aws- update R version

I need to install some packages that require R>=3.5. I am in a bash console of a SageMaker instance. sh-4.2$ sudo yum --disablerepo="*" --enablerepo "epel" list available | grep "R-core" R-core.x86_64 3.6.0-1.el7 …
GabyLP
  • 3,649
  • 7
  • 45
  • 66
1
vote
1 answer

ClamAV installation issue

Ansilbe role ansible-role-clamav May I know if there are any changes in the ClamAV package names? OS - RHEL Server release 7.7 (Mapio) Ansible version - 2.8.2 Its installation is failing with the below error. TASK [ansible-role-clamav : Install…
Devesh mehta
  • 1,505
  • 8
  • 22
1
vote
1 answer

Docker CentOS - adding EPEL

I'm trying to get access to EPEL on CentOS (v8, Dockerhub latest). I'm following what seems to be the recommended approach; that is, installing epel-release. Dockerfile FROM centos RUN yum update -y RUN yum install -y epel-release But when I try…
Rich Remer
  • 2,123
  • 1
  • 21
  • 22
1
vote
2 answers

How to fix: problem with conflicting request when installing ansible

whenever I try to install ansible doing: yum install ansible, after grabbing the epel-release repo, it throws an error saying: Problem: conflicting requests - nothing provides python-setuptools needed by ansible-2.8.2-1.el7.noarch - nothing…
James Ukilin
  • 851
  • 2
  • 12
  • 17
1
vote
1 answer

phpMyAdmin for web

I am trying to host phpmyadmin on my server. I have centos 6.8 but when i load the phpmyadmin it shows 500 error. I went to error log to check the error and I found this error: Fatal error: Call to undefined function mb_detect_encoding() in …
Francis
  • 147
  • 3
  • 15
1
vote
1 answer

Cobbler reposync error- works with redhat epel 6 but not epel 7

I'm using this command to add a repo to cobbler: cobbler repo add \ --name=Centos7-EPEL \ --mirror=http://www.mirrorservice.org/sites/download.fedora.redhat.com/pub/epel/7/x86_64/ \ --priority=50 \ --createrepo-flags="-c…
nmh
  • 491
  • 2
  • 8
  • 23
1
vote
2 answers

How to implement http2 (h2) in CentOs Server with Apache 2.4.23?

I tried to install apache-2.4.23 which supports http2 in CentOS7 x64 server. But no rpm repo has supported it yet, so I built from source and installed and was installed to /usr/local/apache2. But since, I am using virtualmin5.0.4 I need it to be…