Created
November 8, 2013 08:49
-
-
Save tkuchiki/7368183 to your computer and use it in GitHub Desktop.
add epel repository
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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