How to Install Ruby on Linux

How to Install Ruby on CentOS 7

$ sudo yum install ruby
$ ruby –version

How to Install Ruby on Ubuntu

$ sudo apt-get install ruby-full
$ ruby –version

How to test and verify with ruby with Hello World Program?


# Content of Hello.rb
puts "Hello World"

# How to run Hello.rb
$ ruby Hello.rb
Rajesh Kumar
Follow me
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x