How to Install and Uninstall perl-Tie-RefHash.noarch Package on Oracle Linux 9

Last updated: May 13,2024

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

This is a short guide on how to install perl-Tie-RefHash.noarch on Oracle Linux 9

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

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

This guide covers the steps necessary to uninstall perl-Tie-RefHash.noarch on Oracle Linux 9:

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

3. Information about the perl-Tie-RefHash.noarch package on Oracle Linux 9

Last metadata expiration check: 1:20:51 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-Tie-RefHash
Version : 1.40
Release : 4.el9
Architecture : noarch
Size : 29 k
Source : perl-Tie-RefHash-1.40-4.el9.src.rpm
Repository : ol9_appstream
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.