Ruby on Fedora

Ruby is a dynamic, reflective, object-oriented, general-purpose open source programming language with focus on simplicity and productivity. It has elegant syntax that is natural to read and easy to write. Ruby is a great language for developing Web Applications, Ruby has great frameworks for the Web like Ruby on Rails, Sinatra and many more. The current latest stable version available for Fedora is Ruby 2.0. Lets get into installing process.

Installing

ruby-devel is required by some gems for Ruby.

yum install ruby ruby-devel

Now we have Ruby installed on Fedora. If you have any problem feel free to leave a comment below.