How to Install and Uninstall rubygem-hoe.noarch Package on CentOS Stream 8

Last updated: May 08,2024

1. Install "rubygem-hoe.noarch" package

Please follow the guidance below to install rubygem-hoe.noarch on CentOS Stream 8

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

2. Uninstall "rubygem-hoe.noarch" package

Here is a brief guide to show you how to uninstall rubygem-hoe.noarch on CentOS Stream 8:

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

3. Information about the rubygem-hoe.noarch package on CentOS Stream 8

Last metadata expiration check: 2:48:38 ago on Sun Feb 25 03:03:59 2024.
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