How To Install perl-Hash-DefHash on Fedora 36

In this tutorial we learn how to install perl-Hash-DefHash in Fedora 36. perl-Hash-DefHash is Manipulate defhash

Introduction

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

What is perl-Hash-DefHash

DefHash - Define things according to a specification, using hashes. See the DefHash specification at https

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

Install perl-Hash-DefHash 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-DefHash using dnf by running the following command:

sudo dnf -y install perl-Hash-DefHash

Install perl-Hash-DefHash 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-DefHash using yum by running the following command:

sudo yum -y install perl-Hash-DefHash

How To Uninstall perl-Hash-DefHash on Fedora 36

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

sudo dnf remove perl-Hash-DefHash

perl-Hash-DefHash Package Contents on Fedora 36

/usr/share/doc/perl-Hash-DefHash
/usr/share/doc/perl-Hash-DefHash/Changes
/usr/share/doc/perl-Hash-DefHash/README
/usr/share/licenses/perl-Hash-DefHash
/usr/share/licenses/perl-Hash-DefHash/LICENSE
/usr/share/man/man3/Hash::DefHash.3pm.gz
/usr/share/perl5/vendor_perl/Hash
/usr/share/perl5/vendor_perl/Hash/DefHash.pm

References

Summary

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