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

Last updated: July 03,2024

1. Install "perl-Hash-AutoHash.noarch" package

In this section, we are going to explain the necessary steps to install perl-Hash-AutoHash.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Hash-AutoHash.noarch

2. Uninstall "perl-Hash-AutoHash.noarch" package

This guide covers the steps necessary to uninstall perl-Hash-AutoHash.noarch on Fedora 34:

$ sudo dnf remove perl-Hash-AutoHash.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 2:50:27 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Hash-AutoHash
Version : 1.17
Release : 10.fc34
Architecture : noarch
Size : 36 k
Source : perl-Hash-AutoHash-1.17-10.fc34.src.rpm
Repository : fedora
Summary : Object-oriented access to real and tied hashes
URL : https://metacpan.org/release/Hash-AutoHash
License : GPL+ or Artistic
Description : This is yet another Perl module that lets you access or change the elements of
: a hash using methods with the same name as the element's key. It follows in
: the footsteps of Hash::AsObject, Hash::Inflator, Data::OpenStruct::Deep,
: Object::AutoAccessor, and probably others. The main difference between this
: module and its forebears is that it supports tied hashes, in addition to
: regular hashes.