How to Install Ruby on Ubuntu
Introduction
Ruby is a dynamic, open-source programming language popular for web development and scripting. This guide shows you how to install Ruby on your Ubuntu VPS.
Step-by-step Guide
- Update your package list
- sudo apt update
- Install Ruby from Ubuntu repositories
- sudo apt install -y ruby-full