How to Install and Uninstall libdigest-jhash-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: January 11,2025

1. Install "libdigest-jhash-perl" package

In this section, we are going to explain the necessary steps to install libdigest-jhash-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libdigest-jhash-perl

2. Uninstall "libdigest-jhash-perl" package

Learn how to uninstall libdigest-jhash-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libdigest-jhash-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libdigest-jhash-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libdigest-jhash-perl
Priority: optional
Section: universe/perl
Installed-Size: 48
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: amd64
Version: 0.09-1build1
Depends: perl (>= 5.22.1-1), perlapi-5.22.1, libc6 (>= 2.4)
Filename: pool/universe/libd/libdigest-jhash-perl/libdigest-jhash-perl_0.09-1build1_amd64.deb
Size: 12552
MD5sum: 6891d99f38cc7ae895039ef2f0617150
SHA1: cae32a09f641aa49d22955c6c85f8605894fe8d3
SHA256: 500a8fe3450e146e7cc80274206cddb2615c987b65bce4349f656636ace07d93
Description-en: Perl extension for 32 bit Jenkins Hashing Algorithm
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.
.
See http://burtleburtle.net/bob/hash/doobs.html for more information.
Description-md5: b7c82ef9c5fed78470b9ab3625df3620
Homepage: https://metacpan.org/release/Digest-JHash
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu