How to Install and Uninstall ruby.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: June 03,2024

1. Install "ruby.x86_64" package

This guide let you learn how to install ruby.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install ruby.x86_64

2. Uninstall "ruby.x86_64" package

In this section, we are going to explain the necessary steps to uninstall ruby.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove ruby.x86_64 $ sudo dnf autoremove

3. Information about the ruby.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:02:45 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : ruby
Version : 2.5.9
Release : 111.module+el8.9.0+19193+435404ae
Architecture : x86_64
Size : 88 k
Source : ruby-2.5.9-111.module+el8.9.0+19193+435404ae.src.rpm
Repository : ubi-8-appstream-rpms
Summary : An interpreter of object-oriented scripting language
URL : http://ruby-lang.org/
License : (Ruby or BSD) and Public Domain and MIT and CC0 and zlib and UCD
Description : Ruby is the interpreted scripting language for quick and easy
: object-oriented programming. It has many features to process text
: files and to do system management tasks (as in Perl). It is simple,
: straight-forward, and extensible.