This guide explains how to setup Ruby on CentOS using Ruby version manager. Prerequisite CentOS 8 minimal installation with latest available updates Resolve Dependencies To begin with Ruby installation, it requires a set of packages on the system. Following steps to resolve the same. dnf install curl dnf install gnupg2 dnf install tar Installing Ruby Version Manager ( RVM ) RVM is a command-line tool that allows us to install, manage, and work with different ruby environments. Install the latest stable version of RVM on your system using the following command. This command will automatically download all required files and install on your system. Install GPG keys As a first step install GPG keys used to verify installation package: Key can be found at RVM website Eg : gpg --keyserver hkp://pool.sks-keyservers.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105...