Limited Time Offer!

For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly.
Master DevOps, SRE, DevSecOps Skills!

Enroll Now

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
Latest posts by Rajesh Kumar (see all)
Subscribe
Notify of
guest
0 Comments
Newest
Oldest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x