How to Install and Uninstall rubygem-irb.noarch Package on Oracle Linux 9

Last updated: July 08,2024

1. Install "rubygem-irb.noarch" package

In this section, we are going to explain the necessary steps to install rubygem-irb.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install rubygem-irb.noarch

2. Uninstall "rubygem-irb.noarch" package

Here is a brief guide to show you how to uninstall rubygem-irb.noarch on Oracle Linux 9:

$ sudo dnf remove rubygem-irb.noarch $ sudo dnf autoremove

3. Information about the rubygem-irb.noarch package on Oracle Linux 9

Last metadata expiration check: 3:18:53 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : rubygem-irb
Version : 1.3.5
Release : 160.el9_0
Architecture : noarch
Size : 120 k
Source : ruby-3.0.4-160.el9_0.src.rpm
Repository : ol9_appstream
Summary : The Interactive Ruby
URL : https://www.ruby-lang.org/
License : (Ruby or BSD) and Public Domain and MIT and CC0 and zlib and UCD
Description : The irb is acronym for Interactive Ruby. It evaluates ruby expression
: from the terminal.