How To Install perl-Digest-JHash on Fedora 36

In this tutorial we learn how to install perl-Digest-JHash in Fedora 36. perl-Digest-JHash is Perl extension for 32 bit Jenkins Hashing Algorithm

Introduction

In this tutorial we learn how to install perl-Digest-JHash on Fedora 36.

What is perl-Digest-JHash

The Digest developed by Bob Jenkins from within Perl programs. The algorithm takes as input a message of arbitrary length and produces as output a 32-bit “message digest” of the input in the form of an unsigned long integer.

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

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

sudo dnf -y install perl-Digest-JHash

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

sudo yum -y install perl-Digest-JHash

How To Uninstall perl-Digest-JHash on Fedora 36

To uninstall only the perl-Digest-JHash package we can use the following command:

sudo dnf remove perl-Digest-JHash

perl-Digest-JHash Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/fa
/usr/lib/.build-id/fa/b40aa9376ce1fe012e710a8601b118b05fa735
/usr/lib64/perl5/vendor_perl/Digest
/usr/lib64/perl5/vendor_perl/Digest/JHash.pm
/usr/lib64/perl5/vendor_perl/auto/Digest
/usr/lib64/perl5/vendor_perl/auto/Digest/JHash
/usr/lib64/perl5/vendor_perl/auto/Digest/JHash/JHash.so
/usr/share/doc/perl-Digest-JHash
/usr/share/doc/perl-Digest-JHash/Changes
/usr/share/doc/perl-Digest-JHash/README
/usr/share/man/man3/Digest::JHash.3pm.gz

References

Summary

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