Created
November 9, 2011 21:25
-
-
Save hobodave/1353095 to your computer and use it in GitHub Desktop.
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
[root@revproxy1 ~]# cat /etc/redhat-release | |
CentOS Linux release 6.0 (Final) | |
[root@revproxy1 ~]# yum info ruby | |
Loaded plugins: fastestmirror, presto | |
Loading mirror speeds from cached hostfile | |
* base: mirror.team-cymru.org | |
* epel: mirrors.servercentral.net | |
* extras: mirror.team-cymru.org | |
* updates: mirror.ubiquityservers.com | |
Available Packages | |
Name : ruby | |
Arch : x86_64 | |
Version : 1.8.7.299 | |
Release : 5.el6_0.1 | |
Size : 524 k | |
Repo : updates | |
Summary : An interpreter of object-oriented scripting language | |
URL : http://www.ruby-lang.org/ | |
License : Ruby or GPLv2 | |
Description: Ruby is the interpreted scripting language for quick and easy | |
: object-oriented programming. It has many features to process text | |
: files and to do system management tasks (as in Perl). It is simple, | |
: straight-forward, and extensible. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment