Skip to content

Instantly share code, notes, and snippets.

@merolhack
Last active October 5, 2015 15:46
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save merolhack/8e91e09b7d5e46102371 to your computer and use it in GitHub Desktop.
Save merolhack/8e91e09b7d5e46102371 to your computer and use it in GitHub Desktop.
REHL(CentOs & Oracle Linux) 6: EPEL & Remi
# Actualizar en base a los repositorios actuales:
yum update
# Mostrar la lista de repositorios:
yum repolist
# Descargar el paquete RPM del repositorio EPEL:
wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
# Instalar el RPM
rpm -Uvh epel-release-6*.rpm
# Descargar el paquete RPM del repositorio REMI
wget http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
# Instalar el RPM
rpm -Uvh remi-release-6*.rpm
# Mostrar la lista de repositorios
yum repolist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment