How To Install perl-Hash-Util on Fedora 36

In this tutorial we learn how to install perl-Hash-Util in Fedora 36. perl-Hash-Util is General-utility hash subroutines

Introduction

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

What is perl-Hash-Util

Hash really warrant a keyword.

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

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

sudo dnf -y install perl-Hash-Util

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

sudo yum -y install perl-Hash-Util

How To Uninstall perl-Hash-Util on Fedora 36

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

sudo dnf remove perl-Hash-Util

perl-Hash-Util Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/fd
/usr/lib/.build-id/fd/7b57b93248f1fa2fc552095b96ce7fb7791bb7
/usr/lib64/perl5/Hash
/usr/lib64/perl5/Hash/Util.pm
/usr/lib64/perl5/auto/Hash
/usr/lib64/perl5/auto/Hash/Util
/usr/lib64/perl5/auto/Hash/Util/Util.so
/usr/share/man/man3/Hash::Util.3pm.gz

References

Summary

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