How to Install and Uninstall perl-Digest-HMAC.noarch Package on CentOS 7 / RHEL 7

Last updated: May 03,2024

1. Install "perl-Digest-HMAC.noarch" package

This is a short guide on how to install perl-Digest-HMAC.noarch on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install perl-Digest-HMAC.noarch

2. Uninstall "perl-Digest-HMAC.noarch" package

Please follow the step by step instructions below to uninstall perl-Digest-HMAC.noarch on CentOS 7 / RHEL 7:

$ sudo yum remove perl-Digest-HMAC.noarch $ sudo yum autoremove

3. Information about the perl-Digest-HMAC.noarch package on CentOS 7 / RHEL 7

Installed Packages
Name : perl-Digest-HMAC
Arch : noarch
Version : 1.03
Release : 5.el7
Size : 13 k
Repo : installed
From repo : base
Summary : Keyed-Hashing for Message Authentication
URL : http://search.cpan.org/dist/Digest-HMAC/
License : GPL+ or Artistic
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.