How to Install and Uninstall perl-Digest-JHash.x86_64 Package on Fedora 36

Last updated: October 07,2024

1. Install "perl-Digest-JHash.x86_64" package

In this section, we are going to explain the necessary steps to install perl-Digest-JHash.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Digest-JHash.x86_64

2. Uninstall "perl-Digest-JHash.x86_64" package

This guide let you learn how to uninstall perl-Digest-JHash.x86_64 on Fedora 36:

$ sudo dnf remove perl-Digest-JHash.x86_64 $ sudo dnf autoremove

3. Information about the perl-Digest-JHash.x86_64 package on Fedora 36

Last metadata expiration check: 0:13:28 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : perl-Digest-JHash
Version : 0.10
Release : 19.fc36
Architecture : x86_64
Size : 19 k
Source : perl-Digest-JHash-0.10-19.fc36.src.rpm
Repository : fedora
Summary : Perl extension for 32 bit Jenkins Hashing Algorithm
URL : https://metacpan.org/release/Digest-JHash
License : Artistic 2.0
Description : The Digest::JHash module allows you to use the fast JHash hashing algorithm
: 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.