How to Install and Uninstall rubygem-yard.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 11,2024

1. Install "rubygem-yard.noarch" package

Please follow the guidance below to install rubygem-yard.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "rubygem-yard.noarch" package

Please follow the steps below to uninstall rubygem-yard.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the rubygem-yard.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:33:10 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : rubygem-yard
Version : 0.9.12
Release : 8.el8
Architecture : noarch
Size : 319 k
Source : rubygem-yard-0.9.12-8.el8.src.rpm
Repository : epel
Summary : Documentation tool for consistent and usable documentation in Ruby
URL : http://yardoc.org
License : MIT and (BSD or Ruby)
Description : YARD is a documentation generation tool for the Ruby programming language.
: It enables the user to generate consistent, usable documentation that can be
: exported to a number of formats very easily, and also supports extending for
: custom Ruby constructs such as custom class level definitions.