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

Last updated: October 05,2024

1. Install "rubygem-hashery.noarch" package

This guide covers the steps necessary to install rubygem-hashery.noarch on Fedora 34

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

2. Uninstall "rubygem-hashery.noarch" package

In this section, we are going to explain the necessary steps to uninstall rubygem-hashery.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:38:30 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : rubygem-hashery
Version : 2.1.2
Release : 10.fc34
Architecture : noarch
Size : 33 k
Source : rubygem-hashery-2.1.2-10.fc34.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.