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

Last updated: October 07,2024

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

Please follow the guidance below to install perl-Hash-AutoHash.noarch on Fedora 35

$ 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 35:

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

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

Last metadata expiration check: 1:58:48 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-Hash-AutoHash
Version : 1.17
Release : 12.fc35
Architecture : noarch
Size : 36 k
Source : perl-Hash-AutoHash-1.17-12.fc35.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.