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)
- Atlassian Jira Demo - January 4, 2025
- Revolutionizing Business Management with Microsoft Business Central - January 4, 2025
- Key Benefits of Converting HTML to PDF File Format - January 2, 2025