How to Install and Uninstall rubygem-rdoc.noarch Package on CentOS Stream 9

Last updated: January 15,2025

1. Install "rubygem-rdoc.noarch" package

In this section, we are going to explain the necessary steps to install rubygem-rdoc.noarch on CentOS Stream 9

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

2. Uninstall "rubygem-rdoc.noarch" package

Please follow the instructions below to uninstall rubygem-rdoc.noarch on CentOS Stream 9:

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

3. Information about the rubygem-rdoc.noarch package on CentOS Stream 9

Last metadata expiration check: 0:37:12 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : rubygem-rdoc
Version : 6.3.3
Release : 161.el9
Architecture : noarch
Size : 438 k
Source : ruby-3.0.4-161.el9.src.rpm
Repository : appstream
Summary : A tool to generate HTML and command-line documentation for Ruby projects
URL : https://www.ruby-lang.org/
License : GPLv2 and Ruby and MIT and OFL
Description : RDoc produces HTML and command-line documentation for Ruby projects. RDoc
: includes the 'rdoc' and 'ri' tools for generating and displaying online
: documentation.