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

Last updated: October 03,2024

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

This tutorial shows how to install perl-Hash-AutoHash.noarch on Fedora 38

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

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

Learn how to uninstall perl-Hash-AutoHash.noarch on Fedora 38:

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

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

Last metadata expiration check: 2:56:54 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : perl-Hash-AutoHash
Version : 1.17
Release : 16.fc38
Architecture : noarch
Size : 35 k
Source : perl-Hash-AutoHash-1.17-16.fc38.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.