How to Install and Uninstall rubygem-yard.noarch Package on Fedora 36

Last updated: October 09,2024

1. Install "rubygem-yard.noarch" package

This tutorial shows how to install rubygem-yard.noarch on Fedora 36

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

2. Uninstall "rubygem-yard.noarch" package

Learn how to uninstall rubygem-yard.noarch on Fedora 36:

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

3. Information about the rubygem-yard.noarch package on Fedora 36

Last metadata expiration check: 1:58:03 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : rubygem-yard
Version : 0.9.26
Release : 5.fc36
Architecture : noarch
Size : 483 k
Source : rubygem-yard-0.9.26-5.fc36.src.rpm
Repository : fedora
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.