How to Install and Uninstall rubygem-hashery.noarch Package on Fedora 36

Last updated: October 07,2024

1. Install "rubygem-hashery.noarch" package

Please follow the steps below to install rubygem-hashery.noarch on Fedora 36

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

2. Uninstall "rubygem-hashery.noarch" package

This tutorial shows how to uninstall rubygem-hashery.noarch on Fedora 36:

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

3. Information about the rubygem-hashery.noarch package on Fedora 36

Last metadata expiration check: 0:38:31 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : rubygem-hashery
Version : 2.1.2
Release : 12.fc36
Architecture : noarch
Size : 33 k
Source : rubygem-hashery-2.1.2-12.fc36.src.rpm
Repository : fedora
Summary : Facets-bread collection of Hash-like classes
URL : http://rubyworks.github.com/hashery
License : BSD
Description : The Hashery is a tight collection of Hash-like classes. Included among its
: many offerings are the auto-sorting Dictionary class, the efficient LRUHash,
: the flexible OpenHash and the convenient KeyHash. Nearly every class is a
: subclass of the CRUDHash which defines a CRUD model on top of Ruby's standard
: Hash making it a snap to subclass and augment to fit any specific use case.