How to Install and Uninstall ruby.src Package on Oracle Linux 9

Last updated: May 19,2024

1. Install "ruby.src" package

This is a short guide on how to install ruby.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install ruby.src

2. Uninstall "ruby.src" package

Please follow the guidelines below to uninstall ruby.src on Oracle Linux 9:

$ sudo dnf remove ruby.src $ sudo dnf autoremove

3. Information about the ruby.src package on Oracle Linux 9

Last metadata expiration check: 2:59:48 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : ruby
Version : 3.1.2
Release : 141.module+el9.1.0+20815+286161bd
Architecture : src
Size : 15 M
Source : None
Repository : ol9_appstream
Summary : An interpreter of object-oriented scripting language
URL : https://www.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.