Created
April 20, 2015 09:19
-
-
Save mtaziz/d5b2f9ef46b06f04fbbd to your computer and use it in GitHub Desktop.
Lolcat-Installation
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
+++++++++++++++++++++++++++++++++ | |
+Lolcat Installation on Centos 7+ | |
##Method-01 | |
+++++++++++++++++++++++++++++++++ | |
$ gem install lolcat # make sure gem installed onto the system | |
##Method-02 | |
+++++++Gem Installation++++++++ | |
$ rpm list installed | grep ruby | |
$ rpm -q gem # If not installed then | |
$ sudo yum install ruby | |
$ sudo yum install gcc g++ make automake autoconf curl-devel openssl-devel zlib-devel httpd-devel apr-devel apr-util-devel sqlite-devel | |
$ sudo yum install ruby-rdoc ruby-devel | |
$ sudo yum install rubygems | |
$ sudo gem install lolcat | |
##Method-03 | |
++++++It also worked for me+++ | |
$ sudo yum install rubygems | |
$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment