How To Install rubygem-hoe on Fedora 36

In this tutorial we learn how to install rubygem-hoe in Fedora 36. rubygem-hoe is Hoe is a simple rake/rubygems helper for project Rakefiles

Introduction

In this tutorial we learn how to install rubygem-hoe on Fedora 36.

What is rubygem-hoe

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 * Hoe * Hoe * Hoe * Hoe * Hoe * Hoe * Hoe * Hoe * Hoe * Hoe See class rdoc for help. Hint

We can use yum or dnf to install rubygem-hoe on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rubygem-hoe.

Install rubygem-hoe on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install rubygem-hoe using dnf by running the following command:

sudo dnf -y install rubygem-hoe

Install rubygem-hoe on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install rubygem-hoe using yum by running the following command:

sudo yum -y install rubygem-hoe

How To Uninstall rubygem-hoe on Fedora 36

To uninstall only the rubygem-hoe package we can use the following command:

sudo dnf remove rubygem-hoe

rubygem-hoe Package Contents on Fedora 36

/usr/bin/sow
/usr/share/gems/gems/hoe-3.23.1
/usr/share/gems/gems/hoe-3.23.1/History.rdoc
/usr/share/gems/gems/hoe-3.23.1/Hoe.pdf
/usr/share/gems/gems/hoe-3.23.1/README.rdoc
/usr/share/gems/gems/hoe-3.23.1/bin
/usr/share/gems/gems/hoe-3.23.1/bin/sow
/usr/share/gems/gems/hoe-3.23.1/lib
/usr/share/gems/gems/hoe-3.23.1/lib/hoe
/usr/share/gems/gems/hoe-3.23.1/lib/hoe.rb
/usr/share/gems/gems/hoe-3.23.1/lib/hoe/clean.rb
/usr/share/gems/gems/hoe-3.23.1/lib/hoe/compiler.rb
/usr/share/gems/gems/hoe-3.23.1/lib/hoe/debug.rb
/usr/share/gems/gems/hoe-3.23.1/lib/hoe/deps.rb
/usr/share/gems/gems/hoe-3.23.1/lib/hoe/flay.rb
/usr/share/gems/gems/hoe-3.23.1/lib/hoe/flog.rb
/usr/share/gems/gems/hoe-3.23.1/lib/hoe/gem_prelude_sucks.rb
/usr/share/gems/gems/hoe-3.23.1/lib/hoe/gemcutter.rb
/usr/share/gems/gems/hoe-3.23.1/lib/hoe/inline.rb
/usr/share/gems/gems/hoe-3.23.1/lib/hoe/newb.rb
/usr/share/gems/gems/hoe-3.23.1/lib/hoe/package.rb
/usr/share/gems/gems/hoe-3.23.1/lib/hoe/publish.rb
/usr/share/gems/gems/hoe-3.23.1/lib/hoe/racc.rb
/usr/share/gems/gems/hoe-3.23.1/lib/hoe/rake.rb
/usr/share/gems/gems/hoe-3.23.1/lib/hoe/rcov.rb
/usr/share/gems/gems/hoe-3.23.1/lib/hoe/rdoc.rb
/usr/share/gems/gems/hoe-3.23.1/lib/hoe/signing.rb
/usr/share/gems/gems/hoe-3.23.1/lib/hoe/test.rb
/usr/share/gems/gems/hoe-3.23.1/lib/minitest
/usr/share/gems/gems/hoe-3.23.1/lib/minitest/test_task.rb
/usr/share/gems/gems/hoe-3.23.1/template
/usr/share/gems/gems/hoe-3.23.1/template/.autotest.erb
/usr/share/gems/gems/hoe-3.23.1/template/History.txt.erb
/usr/share/gems/gems/hoe-3.23.1/template/Manifest.txt.erb
/usr/share/gems/gems/hoe-3.23.1/template/README.txt.erb
/usr/share/gems/gems/hoe-3.23.1/template/Rakefile.erb
/usr/share/gems/gems/hoe-3.23.1/template/bin
/usr/share/gems/gems/hoe-3.23.1/template/bin/file_name.erb
/usr/share/gems/gems/hoe-3.23.1/template/lib
/usr/share/gems/gems/hoe-3.23.1/template/lib/file_name.rb.erb
/usr/share/gems/gems/hoe-3.23.1/template/test
/usr/share/gems/gems/hoe-3.23.1/template/test/test_file_name.rb.erb
/usr/share/gems/specifications/hoe-3.23.1.gemspec

References

Summary

In this tutorial we learn how to install rubygem-hoe on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).