How to Install and Uninstall perl-Digest-JHash Package on openSUSE Leap

Last updated: May 21,2024

1. Install "perl-Digest-JHash" package

This guide covers the steps necessary to install perl-Digest-JHash on openSUSE Leap

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

2. Uninstall "perl-Digest-JHash" package

This guide covers the steps necessary to uninstall perl-Digest-JHash on openSUSE Leap:

$ sudo zypper remove perl-Digest-JHash

3. Information about the perl-Digest-JHash package on openSUSE Leap

Information for package perl-Digest-JHash:
------------------------------------------
Repository : Main Repository
Name : perl-Digest-JHash
Version : 0.10-bp155.2.13
Arch : x86_64
Vendor : openSUSE
Installed Size : 40.7 KiB
Installed : No
Status : not installed
Source package : perl-Digest-JHash-0.10-bp155.2.13.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.