Created
January 24, 2014 07:16
-
-
Save jrob00/8593368 to your computer and use it in GitHub Desktop.
Install ruby, rubygems on CentOS 5
This file contains 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 ruby | |
wget http://dl.fedoraproject.org/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm | |
rpm -Uvh epel-release-5-4.noarch.rpm | |
yum install rubygems |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment