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

Last updated: May 19,2024

1. Install "perl-Digest-HMAC" package

Please follow the steps below to install perl-Digest-HMAC on openSUSE Leap

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

2. Uninstall "perl-Digest-HMAC" package

Here is a brief guide to show you how to uninstall perl-Digest-HMAC on openSUSE Leap:

$ sudo zypper remove perl-Digest-HMAC

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

Information for package perl-Digest-HMAC:
-----------------------------------------
Repository : Main Repository
Name : perl-Digest-HMAC
Version : 1.03-1.22
Arch : noarch
Vendor : SUSE LLC
Installed Size : 10.5 KiB
Installed : No
Status : not installed
Source package : perl-Digest-HMAC-1.03-1.22.src
Upstream URL : http://search.cpan.org/dist/Digest-HMAC/
Summary : Keyed-Hashing for Message Authentication
Description :
HMAC is used for message integrity checks between two parties that share a
secret key, and works in combination with some other Digest algorithm,
usually MD5 or SHA-1. The HMAC mechanism is described in RFC 2104.
HMAC follow the common 'Digest::' interface, but the constructor takes the
secret key and the name of some other simple 'Digest::' as argument.