How to Install and Uninstall rubygem-hoe.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "rubygem-hoe.noarch" package

This is a short guide on how to install rubygem-hoe.noarch on Fedora 34

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

2. Uninstall "rubygem-hoe.noarch" package

This guide let you learn how to uninstall rubygem-hoe.noarch on Fedora 34:

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

3. Information about the rubygem-hoe.noarch package on Fedora 34

Last metadata expiration check: 1:35:31 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : rubygem-hoe
Version : 3.23.1
Release : 1.fc34
Architecture : noarch
Size : 191 k
Source : rubygem-hoe-3.23.1-1.fc34.src.rpm
Repository : updates
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