How to Install and Uninstall rubygem-hoe.noarch Package on Rocky Linux 8

Last updated: July 03,2024

1. Install "rubygem-hoe.noarch" package

Please follow the step by step instructions below to install rubygem-hoe.noarch on Rocky Linux 8

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

2. Uninstall "rubygem-hoe.noarch" package

This is a short guide on how to uninstall rubygem-hoe.noarch on Rocky Linux 8:

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

3. Information about the rubygem-hoe.noarch package on Rocky Linux 8

Last metadata expiration check: 2:18:47 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : rubygem-hoe
Version : 3.20.0
Release : 1.el8
Architecture : noarch
Size : 193 k
Source : rubygem-hoe-3.20.0-1.el8.src.rpm
Repository : epel
Summary : Hoe is a simple rake/rubygems helper for project Rakefiles
URL : http://rubyforge.org/projects/seattlerb/
License : MIT
Description : Hoe is a rake/rubygems helper for project Rakefiles. It helps generate
: rubygems and includes a dynamic plug-in system allowing for easy
: extensibility. Hoe ships with plug-ins for all your usual project
: tasks including rdoc generation, testing, packaging, and deployment.
: Plug-ins Provided:
: * Hoe::Clean
: * Hoe::Debug
: * Hoe::Deps
: * Hoe::Flay
: * Hoe::Flog
: * Hoe::Inline
: * Hoe::Package
: * Hoe::Publish
: * Hoe::RCov
: * Hoe::Signing
: * Hoe::Test
: See class rdoc for help. Hint: ri Hoe