How to Install and Uninstall perl-Digest-JHash Package on openSuSE Tumbleweed

Last updated: June 29,2024

1. Install "perl-Digest-JHash" package

This guide covers the steps necessary to install perl-Digest-JHash on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Digest-JHash

2. Uninstall "perl-Digest-JHash" package

This is a short guide on how to uninstall perl-Digest-JHash on openSuSE Tumbleweed:

$ sudo zypper remove perl-Digest-JHash

3. Information about the perl-Digest-JHash package on openSuSE Tumbleweed

Information for package perl-Digest-JHash:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Digest-JHash
Version : 0.10-1.30
Arch : x86_64
Vendor : openSUSE
Installed Size : 44.5 KiB
Installed : No
Status : not installed
Source package : perl-Digest-JHash-0.10-1.30.src
Upstream URL : http://search.cpan.org/dist/Digest-JHash/
Summary : Perl extension for 32 bit Jenkins Hashing Algorithm
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.
Call it a low calorie version of MD5 if you like.
See http://burtleburtle.net/bob/hash/doobs.html for more information.