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
0
votes
1 answer

How to fix "No package docker-1.13.1 available" when trying to install Docker on RHEL Server 7.8?

I'm trying to install Docker on Red Hat Enterprise Linux Server release 7.8 (Maipo). I'm following the OKD host preparation instructions. When I run yum install docker-1.13.1, I get: Loaded plugins: amazon-id,…
0
votes
3 answers

Ansible load epel and yum update

trying to add epel and then do a yum update via ansible on a amazon-linux-2 server. The URL im using based on : https://aws.amazon.com/premiumsupport/knowledge-center/ec2-enable-epel/ My ansible script is: --- - hosts: all remote_user:…
Staggerlee011
  • 847
  • 2
  • 13
  • 23
0
votes
1 answer

yum_repository module fails properly insert *repo configuration file

there, I am having an issue if anybody had encountered and solved it, please share your knowledge. Machine: CentOS Linux release 7.6.1810 (Core) NAME="CentOS Linux" epel.yml - name: Add repository yum_repository: name: epel …
John Haggin
  • 15
  • 2
  • 8
0
votes
2 answers

How to install ImageMagick, ImageMagick-devel and PECL imagick on RHEL 8

It appears ImageMagick and ImageMagick-devel are removed from RHEL 8. I have added 3rd party repositories such as EPEL, REMI, & RPMFusion. I am able to install the GraphicsMagick replacement for Imagemagick but it appears Gmagick is not compatible…
Tony Clemmey
  • 21
  • 1
  • 1
  • 6
0
votes
1 answer

How to install Python3.6 on Redhat 7.4 Server using epel?

I have always used below mentioned commands to install Python3.6 on redhat 7.4 server I have mounted the server with iso file and placed some additional packages locally on my server. Python installation on RedHat 7.4: yum install gcc yum install…
Haroon Ahmed
  • 136
  • 4
  • 14
0
votes
1 answer

Setting configure options inside the configure script/Autotools with Boost installed in an unusual location (EPEL alternative boost installs)

I am currently working on an Autotools-based build system running on RHEL7. The system version of Boost is quite old (1.53), however there is a newer one provided through EPEL (1.69). This newer version is needed for some of the libraries that were…
matthock
  • 629
  • 1
  • 4
  • 15
0
votes
0 answers

unable to install phpmyadmin on rhel6

I am using RHEL 6.Currently php 5.3.2 is installed.I want to install phpMyAdmin in my system.for that php5.5 is required.So I am trying to upgrade php version, but it fails because of dependency check. I installed remi and epel repo. To upgrade…
Manorama
  • 39
  • 1
  • 9
0
votes
0 answers

How Install python-pip on Centos 7 with no internet

I need to simply be able to run: yum-y install python-pip, however I don't have internet connection on this machine. Here is my current repo I have in /etc/yum.repos.d [base] name=CentOS-$releasever -…
Joey Corkey
  • 475
  • 1
  • 6
  • 19
0
votes
1 answer

enable epel-release on RHEL 7

I have RHEL 7 Virtual machine , where I need to enable epel-release using Red Hat Subscription Manager? Any idea how to enable a epel repository using Red Hat Subscription Manager?
priyank
  • 857
  • 2
  • 18
  • 35
0
votes
0 answers

Require a perl(Git) package?

I have never received this error before when installing Git: Error: Package: git-1.7.1-8.el6.x86_64 (base) Requires: perl(Git) It's straightforward, required perl(Git). I would like to know why I am getting this error. I have a centos 6.8 with php…
Daniel
  • 14,004
  • 16
  • 96
  • 156
0
votes
1 answer

Failure from epel with yum command

Thank you for coming to try to solve my problem. I have seen a lot of solutions about a failure using the yum command but until now, these solutions didn't work with me. First of all, here is some information about the situation : I'm working with a…
LaPalme
  • 339
  • 5
  • 16
0
votes
1 answer

"xz compression not available" after installing epel-release on centos7

As soon as I do a successful yum install epel-release (epel-release-7-6 or epel-release-7-8) on a fresh Centos7 installation then any subsequent yum update or yum install end with the error message xz compression not available. I tried reinstalling…
philipper
  • 373
  • 3
  • 11
0
votes
1 answer

Redis v2.4.10 versus v3.0.7

I'm starting to use redis for my applications as a cache backend and "shared memory" store. I've asked the servers maintenance team to install Redis on our CentOS 6.5 production environments. From EPEL, the version is 2.4.10, which we hope will…
Olivier H
  • 835
  • 2
  • 8
  • 26
0
votes
2 answers

yum installation manager not working in centos 6.6

I'm facing a problem with yum installation manager in centos 6.6 root@mmopuru:~ # cat /etc/*release CentOS release 6.6 (Final) CentOS release 6.6 (Final) CentOS release 6.6 (Final) root@mmopuru:~ # uname -a Linux mmopuru.puppetlabs.vm…
Murali Mopuru
  • 6,086
  • 5
  • 33
  • 51
0
votes
0 answers

Error while installing EPEL 5.4 on virtualized Ubuntu 14.04

I'm trying to install epel-release-5-4.noarch.rpm in Ubuntu 14.04 (on VirtualBox). This step is required to make a software installation. I tried the command: sudo rpm -Uvh http ://…
Ale C
  • 111
  • 1
  • 4