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
Latest posts by Rajesh Kumar (see all)
- Best AI tools for Software Engineers - November 4, 2024
- Installing Jupyter: Get up and running on your computer - November 2, 2024
- An Introduction of SymOps by SymOps.com - October 30, 2024