Skip to content

Instantly share code, notes, and snippets.

@mtaziz
Created April 20, 2015 09:19
Show Gist options
  • Save mtaziz/d5b2f9ef46b06f04fbbd to your computer and use it in GitHub Desktop.
Save mtaziz/d5b2f9ef46b06f04fbbd to your computer and use it in GitHub Desktop.
Lolcat-Installation
+++++++++++++++++++++++++++++++++
+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