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
1
vote
3 answers

Offline Install of R on RedHat

I am trying to install R on a RedHat server with no connectivity to the Internet. (sigh) Initially, I tried with R meta package from EPEL (http://fedoraproject.org/wiki/EPEL). Due to dependency requirements, I downloaded dependancies Rcore…
astrosyam
  • 857
  • 4
  • 15
1
vote
0 answers

Fedora-21 epel-release conflict with nginx

When installing nginx on Fedora-21 machine, i got following error: Command: sudo yum install nginx` Error: (showing only last few lines) --> Processing Dependency: perl(:MODULE_COMPAT_5.16.3) for package: 1:nginx-1.6.3-6.el7.x86_64 -->…
1
vote
1 answer

CentOS Epel Error

I am having problem with yum install <...> command. I am using CentOS 6.6. My epel.repo scripts are as follow -> [epel] name=Extra Packages for Enterprise Linux 6 -…
the Killerx
  • 35
  • 1
  • 6
1
vote
1 answer

Update packages policy on RHEL6

Do you know how frequently RHEL6 EPEL packages are updated ? Is there a way to track it in order to have timeline? I am mainly interested in docker-io package At the moment, EPEL package is set with docker-io-1.4.1-3.el6.x86_64. However, docker…
Florent Valdelievre
  • 1,546
  • 3
  • 20
  • 32
1
vote
0 answers

Chef-client daemon fails to perform RHEL's nss package upgrade

In one of my chef recipes, i am trying to upgrade the nss package, like this. include_recipe 'yum' package 'nss' do action :upgrade end include_recipe 'yum-epel' I notice that the chef-client fails to converge with the below error. ERROR:…
OK999
  • 1,353
  • 2
  • 19
  • 39
1
vote
1 answer

Cannot install php-mcrypt even using EPEL/REMI repositories

I'm working on a VPS of Godaddy (Economy plan with WHM & CPanel) developing an appliacation based on Laravel 4, so to install correctly it's necessary to have php-mcrypt extension but can't install even installing EPEL and REMI repositories and it's…
SoldierCorp
  • 7,610
  • 16
  • 60
  • 100
1
vote
1 answer

several packages available from epel, but not git?

I've just installed the epels, and I've found that a lot of git-related projects are available, but git itself is not! GitPython.noarch 0.3.2-0.6.RC1.el6 …
jayunit100
  • 17,388
  • 22
  • 92
  • 167
0
votes
0 answers

I can't install openldap via yum command

In various online tutorials, I found that I could have downloaded and installed LDAP and related packages with the following command. yum install -y openldap openldap-clients openldap-servers But after I execute this command, I only get the…
0
votes
1 answer

Configuring amazon-linux-extras epel on Amazon Linux 2 in a private subnet

I have an EC2 in a private subnet with no external internet access. I need to pull in a package called proj from the EPEL repository. Based on this documentation I should be able to run sudo amazon-linux-extras install epel -y This does configure…
0
votes
0 answers

MirrorList Issue : Failed to download metadata for repo 'epel'

Error: Failed to download metadata for repo 'epel': Cannot download repmd.xml: Empty mirrorlist specified. The firewall has port 80, 22, 69, http, all configured. Systemctl enabled the firewall and httpd service. I'm not sure if it is GPG keys that…
Isaiah Cryer
  • 1
  • 1
  • 2
0
votes
2 answers

How to install and enable php extension for tidy html on a beanstalk with amazon linux 2? (php ver. 7.4)

How to install php extension for tidy html on a beanstalk with amazon linux 2? I have tried the following commands: 1-aml-extras-epel: command: "amazon-linux-extras install epel -y" 2-epel: command: "yum install…
0
votes
1 answer

Unable to install phpmyadmin with yum in centos 8

I want to install phpmyadmin on my centos 8 vps. I even installed epel-release and tried this but it keeps saying: Last metadata expiration check: 0:10:30 ago on Thu 04 Mar 2021 05:42:27 PM IST. No match for argument: phpMyAdmin Error: Unable to…
mhn2
  • 119
  • 9
0
votes
1 answer

Error while Installing EPEL yum repository

While building a packer image, during installing the epel using ansible: - name: install EPEL yum repository yum: name: https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm state: present I am getting this error: fatal:…
0
votes
1 answer

Error: Package: ImageMagick-6.9.11.28-1.el7.remi.x86_64 (remi)

I'm getting following error for cPanel command. Not sure how to resolve this issue. Any help? Full log https://pastebin.com/PRuYP6tg #/usr/local/cpanel/scripts/rpmup ... Error: Package: ImageMagick-6.9.11.28-1.el7.remi.x86_64 (remi) You could try…
Raymond
  • 1,108
  • 13
  • 32
0
votes
0 answers

How to properly build using boost169-devel from EPEL on CentOS 8?

I'm trying to use the EPEL package boost169-devel on CentOS 8. I'm trying to build my C++ source code with the boost library version 1.69 from this package. I see that that package has header & .so files in non-standard locations,…
Joshua Chia
  • 1,760
  • 2
  • 16
  • 27