How to Install and Uninstall rubygem-yard.noarch Package on AlmaLinux 8

Last updated: November 02,2024

1. Install "rubygem-yard.noarch" package

In this section, we are going to explain the necessary steps to install rubygem-yard.noarch on AlmaLinux 8

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

2. Uninstall "rubygem-yard.noarch" package

Here is a brief guide to show you how to uninstall rubygem-yard.noarch on AlmaLinux 8:

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

3. Information about the rubygem-yard.noarch package on AlmaLinux 8

Last metadata expiration check: 2:04:56 ago on Mon Sep 5 03:22:42 2022.
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.