SlideShare a Scribd company logo
Habilitar repositorio EPEL RHEL | Moisés Araya
[1]
Habilitar repositorio EPEL Red Hat X64
EPEL (Extra Packages for Enterprise Linux) es un grupo de paquetes adicionales para Enterprise Linux,
estos puedes ser instalados en sistemas RHEL, CentOS y Scientific Linux, normalmente se utiliza para
instalar librerías que no están disponibles en los repositorios oficiales de CentOS o RHEL.
Procedimiento
Descargar repositorio
wget http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
--2015-10-06 10:19:28-- http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
Resolving download.fedoraproject.org... 5.175.150.50, 66.35.62.162, 67.203.2.67, ...
Connecting to download.fedoraproject.org|5.175.150.50|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://epel.gtdinternet.com/6/x86_64/epel-release-6-8.noarch.rpm [following]
--2015-10-06 10:19:29-- http://epel.gtdinternet.com/6/x86_64/epel-release-6-8.noarch.rpm
Resolving epel.gtdinternet.com... 190.196.123.25, 2800:160:1:46::2
Connecting to epel.gtdinternet.com|190.196.123.25|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 14540 (14K) [application/x-rpm]
Saving to: “epel-release-6-8.noarch.rpm.1”
100%[===========================================================================>] 14,540 --.-K/s in 0.001s
2015-10-06 10:19:29 (14.6 MB/s) - “epel-release-6-8.noarch.rpm.1” saved [14540/14540]
Instalar repositorio
[root@centos]# rpm -ivh epel-release-6-8.noarch.rpm
warning: epel-release-6-8.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID 0608b895: NOKEY
Preparing... ########################################### [100%]
1:epel-release ########################################### [100%]
Verificar repositorio
yum repolist
Loaded plugins: refresh-packagekit, rhnplugin
This system is not registered with RHN.
RHN support will be disabled.
Error: Cannot retrieve metalink for repository: epel. Please verify its path and try again
[root@LCHGENGIR01 tmp]# yum --enablerepo=epel info zabbix
Loaded plugins: refresh-packagekit, rhnplugin
This system is not registered with RHN.
RHN support will be disabled.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: epel. Please verify its path and try again
Habilitar repositorio EPEL RHEL | Moisés Araya
[2]
Solución:
[root@centos]# sed -i "s/mirrorlist=https/mirrorlist=http/" /etc/yum.repos.d/epel.repo
[root@centos]# yum check-update
Loaded plugins: refresh-packagekit, rhnplugin
This system is not registered with RHN.
RHN support will be disabled.
epel/metalink | 3.2 kB 00:00
epel | 4.3 kB 00:00
epel/primary_db
Verificar repositorio
[root@centos]# yum repolist |grep epel
This system is not registered with RHN.
RHN support will be disabled.
epel Extra Packages for Enterprise Linux 6 - x86_64 11,762
Consultar por un paquete instalado por EPEL
[root@centos]# yum --enablerepo=epel info nss-mdns
Loaded plugins: refresh-packagekit, rhnplugin
This system is not registered with RHN.
RHN support will be disabled.
Available Packages
Name : nss-mdns
Arch : i686
Version : 0.10
Release : 8.el6
Size : 22 k
Repo : epel
Summary : glibc plugin for .local name resolution
URL : http://0pointer.de/lennart/projects/nss-mdns/
License : LGPLv2+
Description: nss-mdns is a plugin for the GNU Name Service Switch (NSS) functionality of
: the GNU C Library (glibc) providing host name resolution via Multicast DNS
: (aka Zeroconf, aka Apple Rendezvous, aka Apple Bonjour), effectively allowing
: name resolution by common Unix/Linux programs in the ad-hoc mDNS domain .local.
:
: nss-mdns provides client functionality only, which means that you have to
: run a mDNS responder daemon separately from nss-mdns if you want to register
: the local host name via mDNS (e.g. Avahi).
Name : nss-mdns
Arch : x86_64
Version : 0.10
Release : 8.el6
Size : 22 k
Repo : epel
Summary : glibc plugin for .local name resolution
URL : http://0pointer.de/lennart/projects/nss-mdns/
License : LGPLv2+
Description: nss-mdns is a plugin for the GNU Name Service Switch (NSS) functionality of
: the GNU C Library (glibc) providing host name resolution via Multicast DNS
: (aka Zeroconf, aka Apple Rendezvous, aka Apple Bonjour), effectively allowing
: name resolution by common Unix/Linux programs in the ad-hoc mDNS domain .local.
:
: nss-mdns provides client functionality only, which means that you have to
: run a mDNS responder daemon separately from nss-mdns if you want to register
: the local host name via mDNS (e.g. Avahi).
Habilitar repositorio EPEL RHEL | Moisés Araya
[3]
Instalar Liberia
Habilitar el repositorio solo para instalar la librería necesaria.
[root@centos]# yum --enablerepo=epel install nss-mdns
Loaded plugins: refresh-packagekit, rhnplugin
This system is not registered with RHN.
RHN support will be disabled.
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package nss-mdns.x86_64 0:0.10-8.el6 set to be updated
--> Finished Dependency Resolution
Dependencies Resolved
=================================================================================================================
====
Package Arch Version Repository Size
=================================================================================================================
====
Installing:
nss-mdns x86_64 0.10-8.el6 epel 22
k
Transaction Summary
=================================================================================================================
====
Install 1 Package(s)
Upgrade 0 Package(s)
Total download size: 22 k
Installed size: 71 k
Is this ok [y/N]: y
Downloading Packages:
nss-mdns-0.10-8.el6.x86_64.rpm | 22 kB 00:00
warning: rpmts_HdrFromFdno: Header V3 RSA/SHA256 Signature, key ID 0608b895: NOKEY
epel/gpgkey | 3.2 kB 00:00
...
Importing GPG key 0x0608B895 "EPEL (6) <epel@fedoraproject.org>" from /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6
Is this ok [y/N]: y
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Warning: RPMDB altered outside of yum.
glibc-2.12-1.7.el6.i686 has missing requires of libfreebl3.so
glibc-2.12-1.7.el6.i686 has missing requires of libfreebl3.so(NSSRAWHASH_3.12.3)
glibc-utils-2.12-1.7.el6.x86_64 has missing requires of libgd.so.2()(64bit)
Installing : nss-mdns-0.10-8.el6.x86_64 1/1
Installed:
nss-mdns.x86_64 0:0.10-8.el6
Fuentes:
https://community.hpcloud.com/article/centos-63-instance-giving-cannot-retrieve-metalink-repository-epel-error
http://www.tecmint.com/how-to-enable-epel-repository-for-rhel-centos-6-5/

More Related Content

What's hot

Actividad configuración de cisco asa vpn
Actividad configuración de cisco asa vpnActividad configuración de cisco asa vpn
Actividad configuración de cisco asa vpnAndres Ldño
 
LSOF Command Usage on RHEL 7
LSOF Command Usage on RHEL 7LSOF Command Usage on RHEL 7
LSOF Command Usage on RHEL 7
VCP Muthukrishna
 
J Ruby On Rails Presentation
J Ruby On Rails PresentationJ Ruby On Rails Presentation
J Ruby On Rails Presentationrailsconf
 
How To Install and Configure AWS CLI on RHEL 7
How To Install and Configure AWS CLI on RHEL 7How To Install and Configure AWS CLI on RHEL 7
How To Install and Configure AWS CLI on RHEL 7
VCP Muthukrishna
 
How To Install and Configure Salt Master on Ubuntu
How To Install and Configure Salt Master on UbuntuHow To Install and Configure Salt Master on Ubuntu
How To Install and Configure Salt Master on Ubuntu
VCP Muthukrishna
 
Snort296x centos6x 2
Snort296x centos6x 2Snort296x centos6x 2
Snort296x centos6x 2
Trinh Tuan
 
How To Install and Configure SUDO on RHEL 7
How To Install and Configure SUDO on RHEL 7How To Install and Configure SUDO on RHEL 7
How To Install and Configure SUDO on RHEL 7
VCP Muthukrishna
 
How to installation and configure apache2
How to installation and configure apache2How to installation and configure apache2
How to installation and configure apache2
VCP Muthukrishna
 
How To Install CentOS 7
How To Install CentOS 7How To Install CentOS 7
How To Install CentOS 7
VCP Muthukrishna
 
How To Configure Apache VirtualHost on RHEL 7 on AWS
How To Configure Apache VirtualHost on RHEL 7 on AWSHow To Configure Apache VirtualHost on RHEL 7 on AWS
How To Configure Apache VirtualHost on RHEL 7 on AWS
VCP Muthukrishna
 
Oracle11g On Fedora14
Oracle11g On Fedora14Oracle11g On Fedora14
Oracle11g On Fedora14
kmsa
 
Vbox virtual box在oracle linux 5 - shoug 梁洪响
Vbox virtual box在oracle linux 5 - shoug 梁洪响Vbox virtual box在oracle linux 5 - shoug 梁洪响
Vbox virtual box在oracle linux 5 - shoug 梁洪响
maclean liu
 
How to Install MariaDB Server or MySQL Server on CentOS 7
How to Install MariaDB Server or MySQL Server on CentOS 7How to Install MariaDB Server or MySQL Server on CentOS 7
How to Install MariaDB Server or MySQL Server on CentOS 7
VCP Muthukrishna
 
How To Install and Configure Splunk on RHEL 7 in AWS
How To Install and Configure Splunk on RHEL 7 in AWSHow To Install and Configure Splunk on RHEL 7 in AWS
How To Install and Configure Splunk on RHEL 7 in AWS
VCP Muthukrishna
 
Lab 1 my sql tutorial
Lab 1 my sql tutorial Lab 1 my sql tutorial
Lab 1 my sql tutorial
Manuel Contreras
 
Install Solaris 11.1 on a Virtualbox VM
Install Solaris 11.1 on a Virtualbox VMInstall Solaris 11.1 on a Virtualbox VM
Install Solaris 11.1 on a Virtualbox VMLaurent Leturgez
 
Domino9on centos6
Domino9on centos6Domino9on centos6
Domino9on centos6a8us
 
How to install and configure firewall on ubuntu os
How to install and configure firewall on ubuntu osHow to install and configure firewall on ubuntu os
How to install and configure firewall on ubuntu os
VCP Muthukrishna
 
RAC 12c
RAC 12cRAC 12c

What's hot (20)

Actividad configuración de cisco asa vpn
Actividad configuración de cisco asa vpnActividad configuración de cisco asa vpn
Actividad configuración de cisco asa vpn
 
LSOF Command Usage on RHEL 7
LSOF Command Usage on RHEL 7LSOF Command Usage on RHEL 7
LSOF Command Usage on RHEL 7
 
J Ruby On Rails Presentation
J Ruby On Rails PresentationJ Ruby On Rails Presentation
J Ruby On Rails Presentation
 
How To Install and Configure AWS CLI on RHEL 7
How To Install and Configure AWS CLI on RHEL 7How To Install and Configure AWS CLI on RHEL 7
How To Install and Configure AWS CLI on RHEL 7
 
How To Install and Configure Salt Master on Ubuntu
How To Install and Configure Salt Master on UbuntuHow To Install and Configure Salt Master on Ubuntu
How To Install and Configure Salt Master on Ubuntu
 
Snort296x centos6x 2
Snort296x centos6x 2Snort296x centos6x 2
Snort296x centos6x 2
 
How To Install and Configure SUDO on RHEL 7
How To Install and Configure SUDO on RHEL 7How To Install and Configure SUDO on RHEL 7
How To Install and Configure SUDO on RHEL 7
 
How to installation and configure apache2
How to installation and configure apache2How to installation and configure apache2
How to installation and configure apache2
 
How To Install CentOS 7
How To Install CentOS 7How To Install CentOS 7
How To Install CentOS 7
 
How To Configure Apache VirtualHost on RHEL 7 on AWS
How To Configure Apache VirtualHost on RHEL 7 on AWSHow To Configure Apache VirtualHost on RHEL 7 on AWS
How To Configure Apache VirtualHost on RHEL 7 on AWS
 
Oracle11g On Fedora14
Oracle11g On Fedora14Oracle11g On Fedora14
Oracle11g On Fedora14
 
Vbox virtual box在oracle linux 5 - shoug 梁洪响
Vbox virtual box在oracle linux 5 - shoug 梁洪响Vbox virtual box在oracle linux 5 - shoug 梁洪响
Vbox virtual box在oracle linux 5 - shoug 梁洪响
 
How to Install MariaDB Server or MySQL Server on CentOS 7
How to Install MariaDB Server or MySQL Server on CentOS 7How to Install MariaDB Server or MySQL Server on CentOS 7
How to Install MariaDB Server or MySQL Server on CentOS 7
 
How To Install and Configure Splunk on RHEL 7 in AWS
How To Install and Configure Splunk on RHEL 7 in AWSHow To Install and Configure Splunk on RHEL 7 in AWS
How To Install and Configure Splunk on RHEL 7 in AWS
 
Lab 1 my sql tutorial
Lab 1 my sql tutorial Lab 1 my sql tutorial
Lab 1 my sql tutorial
 
Install Solaris 11.1 on a Virtualbox VM
Install Solaris 11.1 on a Virtualbox VMInstall Solaris 11.1 on a Virtualbox VM
Install Solaris 11.1 on a Virtualbox VM
 
OTRS
OTRSOTRS
OTRS
 
Domino9on centos6
Domino9on centos6Domino9on centos6
Domino9on centos6
 
How to install and configure firewall on ubuntu os
How to install and configure firewall on ubuntu osHow to install and configure firewall on ubuntu os
How to install and configure firewall on ubuntu os
 
RAC 12c
RAC 12cRAC 12c
RAC 12c
 

Viewers also liked

Instalacion CentOS 6.2 Virtual Box
Instalacion CentOS 6.2 Virtual BoxInstalacion CentOS 6.2 Virtual Box
Instalacion CentOS 6.2 Virtual Box
Moisés Elías Araya
 
Lenovo Learning - Certificate - Servicing the Lenovo Hyperscale SD350x
Lenovo Learning - Certificate - Servicing the Lenovo Hyperscale SD350xLenovo Learning - Certificate - Servicing the Lenovo Hyperscale SD350x
Lenovo Learning - Certificate - Servicing the Lenovo Hyperscale SD350xEmmanuelselepe
 
Danish Ship Finance shipping market review October 2012
Danish Ship Finance shipping market review October 2012Danish Ship Finance shipping market review October 2012
Danish Ship Finance shipping market review October 2012TradeWindsnews
 
Dublin City Archives: Dublin Civic Collections
Dublin City Archives: Dublin Civic CollectionsDublin City Archives: Dublin Civic Collections
Dublin City Archives: Dublin Civic Collections
Dublin City Libraries & Archives
 
Communication Publique Et Territoriale et Réseaux Sociaux
Communication Publique Et Territoriale et Réseaux SociauxCommunication Publique Et Territoriale et Réseaux Sociaux
Communication Publique Et Territoriale et Réseaux Sociaux
Mediaventilo
 
The Irish Banks and Eurozone Stability: Learning from the past, looking to t...
The Irish Banks and Eurozone Stability: Learning from the past, looking  to t...The Irish Banks and Eurozone Stability: Learning from the past, looking  to t...
The Irish Banks and Eurozone Stability: Learning from the past, looking to t...
Dublin City Libraries & Archives
 
Ireland's Property Market - How did it come to this? And where to next? by Ro...
Ireland's Property Market - How did it come to this? And where to next? by Ro...Ireland's Property Market - How did it come to this? And where to next? by Ro...
Ireland's Property Market - How did it come to this? And where to next? by Ro...
Dublin City Libraries & Archives
 
Dublin after Dark: Glimpses of Life in an Early Modern City
Dublin after Dark: Glimpses of Life in an Early Modern CityDublin after Dark: Glimpses of Life in an Early Modern City
Dublin after Dark: Glimpses of Life in an Early Modern City
Dublin City Libraries & Archives
 
Life Academy Karlstad Life ICT2015B
Life Academy Karlstad Life ICT2015BLife Academy Karlstad Life ICT2015B
Life Academy Karlstad Life ICT2015B
Tina Thörner
 
Bergvretenskolan 1
Bergvretenskolan 1Bergvretenskolan 1
Bergvretenskolan 1
Tina Thörner
 
Startup india
Startup indiaStartup india
Startup india
Uttej Kumar Palavai
 
Where Dubliners have played: the city's built sporting heritage
Where Dubliners have played: the city's built sporting heritageWhere Dubliners have played: the city's built sporting heritage
Where Dubliners have played: the city's built sporting heritage
Dublin City Libraries & Archives
 
Rediscovering Emmet's Dublin Through the Collections of Dublin City Libraries
Rediscovering Emmet's Dublin Through the Collections of Dublin City LibrariesRediscovering Emmet's Dublin Through the Collections of Dublin City Libraries
Rediscovering Emmet's Dublin Through the Collections of Dublin City Libraries
Dublin City Libraries & Archives
 
Bieudo2014 2015 update
Bieudo2014 2015 updateBieudo2014 2015 update
Bieudo2014 2015 update
monkivn92
 
ICT2015C Karlstad
ICT2015C KarlstadICT2015C Karlstad
ICT2015C Karlstad
Tina Thörner
 
Базовые модели монетизации интернет-проектов
Базовые модели монетизации интернет-проектовБазовые модели монетизации интернет-проектов
Базовые модели монетизации интернет-проектов
A Y
 
Ventajas y beneficios de oracle database 12c el manejo de datos en la 3era pl...
Ventajas y beneficios de oracle database 12c el manejo de datos en la 3era pl...Ventajas y beneficios de oracle database 12c el manejo de datos en la 3era pl...
Ventajas y beneficios de oracle database 12c el manejo de datos en la 3era pl...
Ronald Francisco Vargas Quesada
 
[Mémoire] Réseaux sociaux & collectivité territoriale, Stratégie de Communica...
[Mémoire] Réseaux sociaux & collectivité territoriale, Stratégie de Communica...[Mémoire] Réseaux sociaux & collectivité territoriale, Stratégie de Communica...
[Mémoire] Réseaux sociaux & collectivité territoriale, Stratégie de Communica...
Ville de Besançon
 

Viewers also liked (20)

Instalacion CentOS 6.2 Virtual Box
Instalacion CentOS 6.2 Virtual BoxInstalacion CentOS 6.2 Virtual Box
Instalacion CentOS 6.2 Virtual Box
 
Lenovo Learning - Certificate - Servicing the Lenovo Hyperscale SD350x
Lenovo Learning - Certificate - Servicing the Lenovo Hyperscale SD350xLenovo Learning - Certificate - Servicing the Lenovo Hyperscale SD350x
Lenovo Learning - Certificate - Servicing the Lenovo Hyperscale SD350x
 
Danish Ship Finance shipping market review October 2012
Danish Ship Finance shipping market review October 2012Danish Ship Finance shipping market review October 2012
Danish Ship Finance shipping market review October 2012
 
Dublin City Archives: Dublin Civic Collections
Dublin City Archives: Dublin Civic CollectionsDublin City Archives: Dublin Civic Collections
Dublin City Archives: Dublin Civic Collections
 
Communication Publique Et Territoriale et Réseaux Sociaux
Communication Publique Et Territoriale et Réseaux SociauxCommunication Publique Et Territoriale et Réseaux Sociaux
Communication Publique Et Territoriale et Réseaux Sociaux
 
The Irish Banks and Eurozone Stability: Learning from the past, looking to t...
The Irish Banks and Eurozone Stability: Learning from the past, looking  to t...The Irish Banks and Eurozone Stability: Learning from the past, looking  to t...
The Irish Banks and Eurozone Stability: Learning from the past, looking to t...
 
Ireland's Property Market - How did it come to this? And where to next? by Ro...
Ireland's Property Market - How did it come to this? And where to next? by Ro...Ireland's Property Market - How did it come to this? And where to next? by Ro...
Ireland's Property Market - How did it come to this? And where to next? by Ro...
 
Dublin after Dark: Glimpses of Life in an Early Modern City
Dublin after Dark: Glimpses of Life in an Early Modern CityDublin after Dark: Glimpses of Life in an Early Modern City
Dublin after Dark: Glimpses of Life in an Early Modern City
 
Life Academy Karlstad Life ICT2015B
Life Academy Karlstad Life ICT2015BLife Academy Karlstad Life ICT2015B
Life Academy Karlstad Life ICT2015B
 
Bergvretenskolan 1
Bergvretenskolan 1Bergvretenskolan 1
Bergvretenskolan 1
 
Startup india
Startup indiaStartup india
Startup india
 
Where Dubliners have played: the city's built sporting heritage
Where Dubliners have played: the city's built sporting heritageWhere Dubliners have played: the city's built sporting heritage
Where Dubliners have played: the city's built sporting heritage
 
Acta estacionamiento
Acta estacionamientoActa estacionamiento
Acta estacionamiento
 
Rediscovering Emmet's Dublin Through the Collections of Dublin City Libraries
Rediscovering Emmet's Dublin Through the Collections of Dublin City LibrariesRediscovering Emmet's Dublin Through the Collections of Dublin City Libraries
Rediscovering Emmet's Dublin Through the Collections of Dublin City Libraries
 
Bieudo2014 2015 update
Bieudo2014 2015 updateBieudo2014 2015 update
Bieudo2014 2015 update
 
Power point de tutoria
Power point de tutoriaPower point de tutoria
Power point de tutoria
 
ICT2015C Karlstad
ICT2015C KarlstadICT2015C Karlstad
ICT2015C Karlstad
 
Базовые модели монетизации интернет-проектов
Базовые модели монетизации интернет-проектовБазовые модели монетизации интернет-проектов
Базовые модели монетизации интернет-проектов
 
Ventajas y beneficios de oracle database 12c el manejo de datos en la 3era pl...
Ventajas y beneficios de oracle database 12c el manejo de datos en la 3era pl...Ventajas y beneficios de oracle database 12c el manejo de datos en la 3era pl...
Ventajas y beneficios de oracle database 12c el manejo de datos en la 3era pl...
 
[Mémoire] Réseaux sociaux & collectivité territoriale, Stratégie de Communica...
[Mémoire] Réseaux sociaux & collectivité territoriale, Stratégie de Communica...[Mémoire] Réseaux sociaux & collectivité territoriale, Stratégie de Communica...
[Mémoire] Réseaux sociaux & collectivité territoriale, Stratégie de Communica...
 

Similar to Habilitar repositorio EPEL RHEL

First steps on CentOs7
First steps on CentOs7First steps on CentOs7
First steps on CentOs7
Marc Cortinas Val
 
The Domino 10 RHEL 7 Primer
The Domino 10 RHEL 7 PrimerThe Domino 10 RHEL 7 Primer
The Domino 10 RHEL 7 Primer
Bill Malchisky Jr.
 
Instalando Cacti no CentOS 5
Instalando Cacti no CentOS 5Instalando Cacti no CentOS 5
Instalando Cacti no CentOS 5Carlos Eduardo
 
9i hp relnotes
9i hp relnotes9i hp relnotes
9i hp relnotes
Anil Pandey
 
2008-11-13 CAVMEN RHEL for System z Deep Dive
2008-11-13 CAVMEN RHEL for System z Deep Dive2008-11-13 CAVMEN RHEL for System z Deep Dive
2008-11-13 CAVMEN RHEL for System z Deep Dive
Shawn Wells
 
Rh202 q&amp;a-demo-cert magic
Rh202 q&amp;a-demo-cert magicRh202 q&amp;a-demo-cert magic
Rh202 q&amp;a-demo-cert magic
Ellina Beckman
 
Linux26 New Features
Linux26 New FeaturesLinux26 New Features
Linux26 New Featuresguest491c69
 
BrainShare 2010 SLC - ELS306 Linux Disaster Recovery Made Easy
BrainShare 2010 SLC - ELS306 Linux Disaster Recovery Made EasyBrainShare 2010 SLC - ELS306 Linux Disaster Recovery Made Easy
BrainShare 2010 SLC - ELS306 Linux Disaster Recovery Made EasySchlomo Schapiro
 
RH-302 Exam-Red Hat Certified Engineer on Redhat Enterprise Linux 4 (Labs)
RH-302 Exam-Red Hat Certified Engineer on Redhat Enterprise Linux 4 (Labs)RH-302 Exam-Red Hat Certified Engineer on Redhat Enterprise Linux 4 (Labs)
RH-302 Exam-Red Hat Certified Engineer on Redhat Enterprise Linux 4 (Labs)
Isabella789
 
RH302 Exam-Red Hat Linux Certification
RH302 Exam-Red Hat Linux CertificationRH302 Exam-Red Hat Linux Certification
RH302 Exam-Red Hat Linux Certification
Isabella789
 
RH302 Exam-Red Hat Linux Certification
RH302 Exam-Red Hat Linux CertificationRH302 Exam-Red Hat Linux Certification
RH302 Exam-Red Hat Linux Certification
Isabella789
 
Linux Containers and Docker SHARE.ORG Seattle 2015
Linux Containers and Docker SHARE.ORG Seattle 2015Linux Containers and Docker SHARE.ORG Seattle 2015
Linux Containers and Docker SHARE.ORG Seattle 2015
Filipe Miranda
 
Inside Docker for Fedora20/RHEL7
Inside Docker for Fedora20/RHEL7Inside Docker for Fedora20/RHEL7
Inside Docker for Fedora20/RHEL7Etsuji Nakai
 
Rhel7 vs rhel6
Rhel7 vs rhel6Rhel7 vs rhel6
Rhel7 vs rhel6
Arunvignesh Venkatesh
 
Building High Availability Clusters with SUSE Linux Enterprise High Availabil...
Building High Availability Clusters with SUSE Linux Enterprise High Availabil...Building High Availability Clusters with SUSE Linux Enterprise High Availabil...
Building High Availability Clusters with SUSE Linux Enterprise High Availabil...
Novell
 
Big data with hadoop Setup on Ubuntu 12.04
Big data with hadoop Setup on Ubuntu 12.04Big data with hadoop Setup on Ubuntu 12.04
Big data with hadoop Setup on Ubuntu 12.04
Mandakini Kumari
 
the NML project
the NML projectthe NML project
the NML projectLei Yang
 
Docker-v3.pdf
Docker-v3.pdfDocker-v3.pdf
Docker-v3.pdf
Bruno Cornec
 
linux
linuxlinux

Similar to Habilitar repositorio EPEL RHEL (20)

Rac on NFS
Rac on NFSRac on NFS
Rac on NFS
 
First steps on CentOs7
First steps on CentOs7First steps on CentOs7
First steps on CentOs7
 
The Domino 10 RHEL 7 Primer
The Domino 10 RHEL 7 PrimerThe Domino 10 RHEL 7 Primer
The Domino 10 RHEL 7 Primer
 
Instalando Cacti no CentOS 5
Instalando Cacti no CentOS 5Instalando Cacti no CentOS 5
Instalando Cacti no CentOS 5
 
9i hp relnotes
9i hp relnotes9i hp relnotes
9i hp relnotes
 
2008-11-13 CAVMEN RHEL for System z Deep Dive
2008-11-13 CAVMEN RHEL for System z Deep Dive2008-11-13 CAVMEN RHEL for System z Deep Dive
2008-11-13 CAVMEN RHEL for System z Deep Dive
 
Rh202 q&amp;a-demo-cert magic
Rh202 q&amp;a-demo-cert magicRh202 q&amp;a-demo-cert magic
Rh202 q&amp;a-demo-cert magic
 
Linux26 New Features
Linux26 New FeaturesLinux26 New Features
Linux26 New Features
 
BrainShare 2010 SLC - ELS306 Linux Disaster Recovery Made Easy
BrainShare 2010 SLC - ELS306 Linux Disaster Recovery Made EasyBrainShare 2010 SLC - ELS306 Linux Disaster Recovery Made Easy
BrainShare 2010 SLC - ELS306 Linux Disaster Recovery Made Easy
 
RH-302 Exam-Red Hat Certified Engineer on Redhat Enterprise Linux 4 (Labs)
RH-302 Exam-Red Hat Certified Engineer on Redhat Enterprise Linux 4 (Labs)RH-302 Exam-Red Hat Certified Engineer on Redhat Enterprise Linux 4 (Labs)
RH-302 Exam-Red Hat Certified Engineer on Redhat Enterprise Linux 4 (Labs)
 
RH302 Exam-Red Hat Linux Certification
RH302 Exam-Red Hat Linux CertificationRH302 Exam-Red Hat Linux Certification
RH302 Exam-Red Hat Linux Certification
 
RH302 Exam-Red Hat Linux Certification
RH302 Exam-Red Hat Linux CertificationRH302 Exam-Red Hat Linux Certification
RH302 Exam-Red Hat Linux Certification
 
Linux Containers and Docker SHARE.ORG Seattle 2015
Linux Containers and Docker SHARE.ORG Seattle 2015Linux Containers and Docker SHARE.ORG Seattle 2015
Linux Containers and Docker SHARE.ORG Seattle 2015
 
Inside Docker for Fedora20/RHEL7
Inside Docker for Fedora20/RHEL7Inside Docker for Fedora20/RHEL7
Inside Docker for Fedora20/RHEL7
 
Rhel7 vs rhel6
Rhel7 vs rhel6Rhel7 vs rhel6
Rhel7 vs rhel6
 
Building High Availability Clusters with SUSE Linux Enterprise High Availabil...
Building High Availability Clusters with SUSE Linux Enterprise High Availabil...Building High Availability Clusters with SUSE Linux Enterprise High Availabil...
Building High Availability Clusters with SUSE Linux Enterprise High Availabil...
 
Big data with hadoop Setup on Ubuntu 12.04
Big data with hadoop Setup on Ubuntu 12.04Big data with hadoop Setup on Ubuntu 12.04
Big data with hadoop Setup on Ubuntu 12.04
 
the NML project
the NML projectthe NML project
the NML project
 
Docker-v3.pdf
Docker-v3.pdfDocker-v3.pdf
Docker-v3.pdf
 
linux
linuxlinux
linux
 

More from Moisés Elías Araya

Instalar Docker Desktop y Kubernetes en Windows 10
Instalar Docker Desktop y Kubernetes en Windows 10Instalar Docker Desktop y Kubernetes en Windows 10
Instalar Docker Desktop y Kubernetes en Windows 10
Moisés Elías Araya
 
Instalacion Vz Linux
Instalacion Vz LinuxInstalacion Vz Linux
Instalacion Vz Linux
Moisés Elías Araya
 
Conectar instancia gcp con putty
Conectar instancia gcp con puttyConectar instancia gcp con putty
Conectar instancia gcp con putty
Moisés Elías Araya
 
Instalar SDK Google Cloud
Instalar SDK Google CloudInstalar SDK Google Cloud
Instalar SDK Google Cloud
Moisés Elías Araya
 
Instalacion y uso basico de Kubernetes.
Instalacion y uso basico de Kubernetes.Instalacion y uso basico de Kubernetes.
Instalacion y uso basico de Kubernetes.
Moisés Elías Araya
 
Instalacion y uso basico de Docker.
Instalacion y uso basico de Docker.Instalacion y uso basico de Docker.
Instalacion y uso basico de Docker.
Moisés Elías Araya
 
Terraform Cosmos DB
Terraform Cosmos DBTerraform Cosmos DB
Terraform Cosmos DB
Moisés Elías Araya
 
Conceptos BPM
Conceptos BPMConceptos BPM
Conceptos BPM
Moisés Elías Araya
 
Instalacion basica ELK (elasticsearch) Windows
Instalacion basica ELK (elasticsearch) WindowsInstalacion basica ELK (elasticsearch) Windows
Instalacion basica ELK (elasticsearch) Windows
Moisés Elías Araya
 
Cuadro mando Excel
Cuadro mando ExcelCuadro mando Excel
Cuadro mando Excel
Moisés Elías Araya
 
Graficar SAR Linux (System Activity Report)
Graficar SAR Linux (System Activity Report)Graficar SAR Linux (System Activity Report)
Graficar SAR Linux (System Activity Report)
Moisés Elías Araya
 
Instalacion Weblogic Server 12c Windows 10.
Instalacion Weblogic Server 12c Windows 10.Instalacion Weblogic Server 12c Windows 10.
Instalacion Weblogic Server 12c Windows 10.
Moisés Elías Araya
 
Ver uptime Windows
Ver uptime WindowsVer uptime Windows
Ver uptime Windows
Moisés Elías Araya
 
Modificar aspecto consola Windows
Modificar aspecto consola WindowsModificar aspecto consola Windows
Modificar aspecto consola Windows
Moisés Elías Araya
 
Resaltar celdas en Microsoft Excel.
Resaltar celdas en Microsoft Excel.Resaltar celdas en Microsoft Excel.
Resaltar celdas en Microsoft Excel.
Moisés Elías Araya
 
Instalar y Configurar Python para Windows
Instalar y Configurar Python para WindowsInstalar y Configurar Python para Windows
Instalar y Configurar Python para Windows
Moisés Elías Araya
 
Instalacion y uso basico de Jenkins
Instalacion y uso basico de JenkinsInstalacion y uso basico de Jenkins
Instalacion y uso basico de Jenkins
Moisés Elías Araya
 
Instalacion de Docker CE en Windows 10
Instalacion de Docker CE en Windows 10Instalacion de Docker CE en Windows 10
Instalacion de Docker CE en Windows 10
Moisés Elías Araya
 
Instalacion Weblogic Server 11g Linux
Instalacion Weblogic Server 11g LinuxInstalacion Weblogic Server 11g Linux
Instalacion Weblogic Server 11g Linux
Moisés Elías Araya
 
Instalacion y Uso de JMeter
Instalacion y Uso de JMeterInstalacion y Uso de JMeter
Instalacion y Uso de JMeter
Moisés Elías Araya
 

More from Moisés Elías Araya (20)

Instalar Docker Desktop y Kubernetes en Windows 10
Instalar Docker Desktop y Kubernetes en Windows 10Instalar Docker Desktop y Kubernetes en Windows 10
Instalar Docker Desktop y Kubernetes en Windows 10
 
Instalacion Vz Linux
Instalacion Vz LinuxInstalacion Vz Linux
Instalacion Vz Linux
 
Conectar instancia gcp con putty
Conectar instancia gcp con puttyConectar instancia gcp con putty
Conectar instancia gcp con putty
 
Instalar SDK Google Cloud
Instalar SDK Google CloudInstalar SDK Google Cloud
Instalar SDK Google Cloud
 
Instalacion y uso basico de Kubernetes.
Instalacion y uso basico de Kubernetes.Instalacion y uso basico de Kubernetes.
Instalacion y uso basico de Kubernetes.
 
Instalacion y uso basico de Docker.
Instalacion y uso basico de Docker.Instalacion y uso basico de Docker.
Instalacion y uso basico de Docker.
 
Terraform Cosmos DB
Terraform Cosmos DBTerraform Cosmos DB
Terraform Cosmos DB
 
Conceptos BPM
Conceptos BPMConceptos BPM
Conceptos BPM
 
Instalacion basica ELK (elasticsearch) Windows
Instalacion basica ELK (elasticsearch) WindowsInstalacion basica ELK (elasticsearch) Windows
Instalacion basica ELK (elasticsearch) Windows
 
Cuadro mando Excel
Cuadro mando ExcelCuadro mando Excel
Cuadro mando Excel
 
Graficar SAR Linux (System Activity Report)
Graficar SAR Linux (System Activity Report)Graficar SAR Linux (System Activity Report)
Graficar SAR Linux (System Activity Report)
 
Instalacion Weblogic Server 12c Windows 10.
Instalacion Weblogic Server 12c Windows 10.Instalacion Weblogic Server 12c Windows 10.
Instalacion Weblogic Server 12c Windows 10.
 
Ver uptime Windows
Ver uptime WindowsVer uptime Windows
Ver uptime Windows
 
Modificar aspecto consola Windows
Modificar aspecto consola WindowsModificar aspecto consola Windows
Modificar aspecto consola Windows
 
Resaltar celdas en Microsoft Excel.
Resaltar celdas en Microsoft Excel.Resaltar celdas en Microsoft Excel.
Resaltar celdas en Microsoft Excel.
 
Instalar y Configurar Python para Windows
Instalar y Configurar Python para WindowsInstalar y Configurar Python para Windows
Instalar y Configurar Python para Windows
 
Instalacion y uso basico de Jenkins
Instalacion y uso basico de JenkinsInstalacion y uso basico de Jenkins
Instalacion y uso basico de Jenkins
 
Instalacion de Docker CE en Windows 10
Instalacion de Docker CE en Windows 10Instalacion de Docker CE en Windows 10
Instalacion de Docker CE en Windows 10
 
Instalacion Weblogic Server 11g Linux
Instalacion Weblogic Server 11g LinuxInstalacion Weblogic Server 11g Linux
Instalacion Weblogic Server 11g Linux
 
Instalacion y Uso de JMeter
Instalacion y Uso de JMeterInstalacion y Uso de JMeter
Instalacion y Uso de JMeter
 

Recently uploaded

GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
Neo4j
 
Pushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 daysPushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 days
Adtran
 
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
Neo4j
 
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
Neo4j
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
Guy Korland
 
Microsoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdfMicrosoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdf
Uni Systems S.M.S.A.
 
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdfUni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems S.M.S.A.
 
Video Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the FutureVideo Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the Future
Alpen-Adria-Universität
 
Elevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object CalisthenicsElevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object Calisthenics
Dorra BARTAGUIZ
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance
 
UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5
DianaGray10
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
Aftab Hussain
 
A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...
sonjaschweigert1
 
Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1
DianaGray10
 
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
SOFTTECHHUB
 
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
James Anderson
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
KatiaHIMEUR1
 
GridMate - End to end testing is a critical piece to ensure quality and avoid...
GridMate - End to end testing is a critical piece to ensure quality and avoid...GridMate - End to end testing is a critical piece to ensure quality and avoid...
GridMate - End to end testing is a critical piece to ensure quality and avoid...
ThomasParaiso2
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 

Recently uploaded (20)

GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
 
Pushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 daysPushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 days
 
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
 
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
 
Microsoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdfMicrosoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdf
 
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdfUni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdf
 
Video Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the FutureVideo Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the Future
 
Elevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object CalisthenicsElevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object Calisthenics
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
 
UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
 
A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...
 
Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1
 
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
 
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
 
GridMate - End to end testing is a critical piece to ensure quality and avoid...
GridMate - End to end testing is a critical piece to ensure quality and avoid...GridMate - End to end testing is a critical piece to ensure quality and avoid...
GridMate - End to end testing is a critical piece to ensure quality and avoid...
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 

Habilitar repositorio EPEL RHEL

  • 1. Habilitar repositorio EPEL RHEL | Moisés Araya [1] Habilitar repositorio EPEL Red Hat X64 EPEL (Extra Packages for Enterprise Linux) es un grupo de paquetes adicionales para Enterprise Linux, estos puedes ser instalados en sistemas RHEL, CentOS y Scientific Linux, normalmente se utiliza para instalar librerías que no están disponibles en los repositorios oficiales de CentOS o RHEL. Procedimiento Descargar repositorio wget http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm --2015-10-06 10:19:28-- http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm Resolving download.fedoraproject.org... 5.175.150.50, 66.35.62.162, 67.203.2.67, ... Connecting to download.fedoraproject.org|5.175.150.50|:80... connected. HTTP request sent, awaiting response... 302 Found Location: http://epel.gtdinternet.com/6/x86_64/epel-release-6-8.noarch.rpm [following] --2015-10-06 10:19:29-- http://epel.gtdinternet.com/6/x86_64/epel-release-6-8.noarch.rpm Resolving epel.gtdinternet.com... 190.196.123.25, 2800:160:1:46::2 Connecting to epel.gtdinternet.com|190.196.123.25|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 14540 (14K) [application/x-rpm] Saving to: “epel-release-6-8.noarch.rpm.1” 100%[===========================================================================>] 14,540 --.-K/s in 0.001s 2015-10-06 10:19:29 (14.6 MB/s) - “epel-release-6-8.noarch.rpm.1” saved [14540/14540] Instalar repositorio [root@centos]# rpm -ivh epel-release-6-8.noarch.rpm warning: epel-release-6-8.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID 0608b895: NOKEY Preparing... ########################################### [100%] 1:epel-release ########################################### [100%] Verificar repositorio yum repolist Loaded plugins: refresh-packagekit, rhnplugin This system is not registered with RHN. RHN support will be disabled. Error: Cannot retrieve metalink for repository: epel. Please verify its path and try again [root@LCHGENGIR01 tmp]# yum --enablerepo=epel info zabbix Loaded plugins: refresh-packagekit, rhnplugin This system is not registered with RHN. RHN support will be disabled. Error: Cannot retrieve repository metadata (repomd.xml) for repository: epel. Please verify its path and try again
  • 2. Habilitar repositorio EPEL RHEL | Moisés Araya [2] Solución: [root@centos]# sed -i "s/mirrorlist=https/mirrorlist=http/" /etc/yum.repos.d/epel.repo [root@centos]# yum check-update Loaded plugins: refresh-packagekit, rhnplugin This system is not registered with RHN. RHN support will be disabled. epel/metalink | 3.2 kB 00:00 epel | 4.3 kB 00:00 epel/primary_db Verificar repositorio [root@centos]# yum repolist |grep epel This system is not registered with RHN. RHN support will be disabled. epel Extra Packages for Enterprise Linux 6 - x86_64 11,762 Consultar por un paquete instalado por EPEL [root@centos]# yum --enablerepo=epel info nss-mdns Loaded plugins: refresh-packagekit, rhnplugin This system is not registered with RHN. RHN support will be disabled. Available Packages Name : nss-mdns Arch : i686 Version : 0.10 Release : 8.el6 Size : 22 k Repo : epel Summary : glibc plugin for .local name resolution URL : http://0pointer.de/lennart/projects/nss-mdns/ License : LGPLv2+ Description: nss-mdns is a plugin for the GNU Name Service Switch (NSS) functionality of : the GNU C Library (glibc) providing host name resolution via Multicast DNS : (aka Zeroconf, aka Apple Rendezvous, aka Apple Bonjour), effectively allowing : name resolution by common Unix/Linux programs in the ad-hoc mDNS domain .local. : : nss-mdns provides client functionality only, which means that you have to : run a mDNS responder daemon separately from nss-mdns if you want to register : the local host name via mDNS (e.g. Avahi). Name : nss-mdns Arch : x86_64 Version : 0.10 Release : 8.el6 Size : 22 k Repo : epel Summary : glibc plugin for .local name resolution URL : http://0pointer.de/lennart/projects/nss-mdns/ License : LGPLv2+ Description: nss-mdns is a plugin for the GNU Name Service Switch (NSS) functionality of : the GNU C Library (glibc) providing host name resolution via Multicast DNS : (aka Zeroconf, aka Apple Rendezvous, aka Apple Bonjour), effectively allowing : name resolution by common Unix/Linux programs in the ad-hoc mDNS domain .local. : : nss-mdns provides client functionality only, which means that you have to : run a mDNS responder daemon separately from nss-mdns if you want to register : the local host name via mDNS (e.g. Avahi).
  • 3. Habilitar repositorio EPEL RHEL | Moisés Araya [3] Instalar Liberia Habilitar el repositorio solo para instalar la librería necesaria. [root@centos]# yum --enablerepo=epel install nss-mdns Loaded plugins: refresh-packagekit, rhnplugin This system is not registered with RHN. RHN support will be disabled. Setting up Install Process Resolving Dependencies --> Running transaction check ---> Package nss-mdns.x86_64 0:0.10-8.el6 set to be updated --> Finished Dependency Resolution Dependencies Resolved ================================================================================================================= ==== Package Arch Version Repository Size ================================================================================================================= ==== Installing: nss-mdns x86_64 0.10-8.el6 epel 22 k Transaction Summary ================================================================================================================= ==== Install 1 Package(s) Upgrade 0 Package(s) Total download size: 22 k Installed size: 71 k Is this ok [y/N]: y Downloading Packages: nss-mdns-0.10-8.el6.x86_64.rpm | 22 kB 00:00 warning: rpmts_HdrFromFdno: Header V3 RSA/SHA256 Signature, key ID 0608b895: NOKEY epel/gpgkey | 3.2 kB 00:00 ... Importing GPG key 0x0608B895 "EPEL (6) <epel@fedoraproject.org>" from /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6 Is this ok [y/N]: y Running rpm_check_debug Running Transaction Test Transaction Test Succeeded Running Transaction Warning: RPMDB altered outside of yum. glibc-2.12-1.7.el6.i686 has missing requires of libfreebl3.so glibc-2.12-1.7.el6.i686 has missing requires of libfreebl3.so(NSSRAWHASH_3.12.3) glibc-utils-2.12-1.7.el6.x86_64 has missing requires of libgd.so.2()(64bit) Installing : nss-mdns-0.10-8.el6.x86_64 1/1 Installed: nss-mdns.x86_64 0:0.10-8.el6 Fuentes: https://community.hpcloud.com/article/centos-63-instance-giving-cannot-retrieve-metalink-repository-epel-error http://www.tecmint.com/how-to-enable-epel-repository-for-rhel-centos-6-5/