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

Last updated: October 07,2024

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

This tutorial shows how to install perl-Tie-RefHash.src on Oracle Linux 9

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

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

Learn how to uninstall perl-Tie-RefHash.src on Oracle Linux 9:

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

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

Last metadata expiration check: 0:02:56 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-Tie-RefHash
Version : 1.40
Release : 4.el9
Architecture : src
Size : 42 k
Source : None
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.