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

Last updated: October 07,2024

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

Please follow the steps below to install perl-Tie-RefHash.noarch on Fedora 35

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

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

This guide let you learn how to uninstall perl-Tie-RefHash.noarch on Fedora 35:

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

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

Last metadata expiration check: 1:25:46 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-Tie-RefHash
Version : 1.40
Release : 478.fc35
Architecture : noarch
Size : 23 k
Source : perl-Tie-RefHash-1.40-478.fc35.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.