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

Last updated: October 06,2024

1. Install "ruby.x86_64" package

Learn how to install ruby.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install ruby.x86_64

2. Uninstall "ruby.x86_64" package

Learn how to uninstall ruby.x86_64 on Oracle Linux 9:

$ sudo dnf remove ruby.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:39:02 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : ruby
Version : 3.0.4
Release : 160.el9_0
Architecture : x86_64
Size : 51 k
Source : ruby-3.0.4-160.el9_0.src.rpm
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.