Skip to content

Instantly share code, notes, and snippets.

@tkuchiki
Created November 8, 2013 08:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tkuchiki/7368183 to your computer and use it in GitHub Desktop.
Save tkuchiki/7368183 to your computer and use it in GitHub Desktop.
add epel repository
# el5
rpm --import http://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-5
rpm -ivh http://dl.fedoraproject.org/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm
# el6
rpm --import http://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-6
rpm -ivh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment