How to Install and Uninstall perl-Tie-RefHash.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

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

In this section, we are going to explain the necessary steps to install perl-Tie-RefHash.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

Please follow the guidance below to uninstall perl-Tie-RefHash.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the perl-Tie-RefHash.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:41:15 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-Tie-RefHash
Version : 1.40
Release : 4.el9
Architecture : noarch
Size : 26 k
Source : perl-Tie-RefHash-1.40-4.el9.src.rpm
Repository : ubi-9-appstream-rpms
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.