How to Install and Uninstall perl-Tie-Hash-Method.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 13,2024

1. Install "perl-Tie-Hash-Method.noarch" package

This guide let you learn how to install perl-Tie-Hash-Method.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install perl-Tie-Hash-Method.noarch

2. Uninstall "perl-Tie-Hash-Method.noarch" package

Here is a brief guide to show you how to uninstall perl-Tie-Hash-Method.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove perl-Tie-Hash-Method.noarch $ sudo dnf autoremove

3. Information about the perl-Tie-Hash-Method.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:37:29 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : perl-Tie-Hash-Method
Version : 0.02
Release : 12.el8
Architecture : noarch
Size : 16 k
Source : perl-Tie-Hash-Method-0.02-12.el8.src.rpm
Repository : epel
Summary : Tied hash with specific methods overridden by callbacks
URL : https://metacpan.org/release/Tie-Hash-Method
License : GPL+ or Artistic
Description : Perl Tie::Hash::Method module provides a way to create a tied hash with
: specific overridden behavior without having to create a new class to do it.
: A tied hash with no methods overridden is functionally equivalent to a normal
: hash.