How To Install perl-Hash-AutoHash-Args on Fedora 36

In this tutorial we learn how to install perl-Hash-AutoHash-Args in Fedora 36. perl-Hash-AutoHash-Args is Object-oriented processing of keyword-based argument lists

Introduction

In this tutorial we learn how to install perl-Hash-AutoHash-Args on Fedora 36.

What is perl-Hash-AutoHash-Args

This Perl class simplifies the handling of keyword argument lists. It replaces Class

We can use yum or dnf to install perl-Hash-AutoHash-Args on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Hash-AutoHash-Args.

Install perl-Hash-AutoHash-Args on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-Hash-AutoHash-Args using dnf by running the following command:

sudo dnf -y install perl-Hash-AutoHash-Args

Install perl-Hash-AutoHash-Args on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Hash-AutoHash-Args using yum by running the following command:

sudo yum -y install perl-Hash-AutoHash-Args

How To Uninstall perl-Hash-AutoHash-Args on Fedora 36

To uninstall only the perl-Hash-AutoHash-Args package we can use the following command:

sudo dnf remove perl-Hash-AutoHash-Args

perl-Hash-AutoHash-Args Package Contents on Fedora 36

/usr/share/doc/perl-Hash-AutoHash-Args
/usr/share/doc/perl-Hash-AutoHash-Args/Changes
/usr/share/doc/perl-Hash-AutoHash-Args/README
/usr/share/man/man3/Hash::AutoHash::Args.3pm.gz
/usr/share/man/man3/Hash::AutoHash::Args::V0.3pm.gz
/usr/share/perl5/vendor_perl/Hash
/usr/share/perl5/vendor_perl/Hash/AutoHash
/usr/share/perl5/vendor_perl/Hash/AutoHash/Args
/usr/share/perl5/vendor_perl/Hash/AutoHash/Args.pm
/usr/share/perl5/vendor_perl/Hash/AutoHash/Args/V0.pm

References

Summary

In this tutorial we learn how to install perl-Hash-AutoHash-Args on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).