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

Last updated: January 14,2025

1. Install "rubygem-hashery.noarch" package

Please follow the instructions below to install rubygem-hashery.noarch on Fedora 35

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

2. Uninstall "rubygem-hashery.noarch" package

This guide covers the steps necessary to uninstall rubygem-hashery.noarch on Fedora 35:

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

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

Last metadata expiration check: 5:47:46 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : rubygem-hashery
Version : 2.1.2
Release : 11.fc35
Architecture : noarch
Size : 33 k
Source : rubygem-hashery-2.1.2-11.fc35.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.