How to Install and Uninstall perl-Tie-RefHash.noarch Package on Fedora 34

Last updated: September 30,2024

1. Install "perl-Tie-RefHash.noarch" package

Please follow the guidelines below to install perl-Tie-RefHash.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Tie-RefHash.noarch

2. Uninstall "perl-Tie-RefHash.noarch" package

Please follow the steps below to uninstall perl-Tie-RefHash.noarch on Fedora 34:

$ sudo dnf remove perl-Tie-RefHash.noarch $ sudo dnf autoremove

3. Information about the perl-Tie-RefHash.noarch package on Fedora 34

Last metadata expiration check: 1:41:40 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Tie-RefHash
Version : 1.40
Release : 2.fc34
Architecture : noarch
Size : 23 k
Source : perl-Tie-RefHash-1.40-2.fc34.src.rpm
Repository : fedora
Summary : Use references as hash keys
URL : https://metacpan.org/release/Tie-RefHash
License : GPL+ or Artistic
Description : This module provides the ability to use references as hash keys if you first
: "tie" the hash variable to this module. Normally, only the keys of the tied
: hash itself are preserved as references; to use references as keys in
: hashes-of-hashes, use Tie::RefHash::Nestable, included as part of
: Tie::RefHash.