Created
December 17, 2014 12:23
-
-
Save vdubyna/f573c7121b5d831e1718 to your computer and use it in GitHub Desktop.
install epel centos7
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
| yum install wget | |
| wget -r --no-parent -A 'epel-release-*.rpm' http://dl.fedoraproject.org/pub/epel/7/x86_64/e/ | |
| rpm -Uvh dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-*.rpm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment