How to Install and Uninstall perl-Tie-Hash-Method.noarch Package on Fedora 34

Last updated: October 04,2024

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

Please follow the guidance below to install perl-Tie-Hash-Method.noarch on Fedora 34

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

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

This is a short guide on how to uninstall perl-Tie-Hash-Method.noarch on Fedora 34:

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

3. Information about the perl-Tie-Hash-Method.noarch package on Fedora 34

Last metadata expiration check: 4:23:53 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Tie-Hash-Method
Version : 0.02
Release : 16.fc34
Architecture : noarch
Size : 15 k
Source : perl-Tie-Hash-Method-0.02-16.fc34.src.rpm
Repository : fedora
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.