How to Install and Uninstall perl-Digest-HMAC.noarch Package on Fedora 36

Last updated: October 05,2024

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

Please follow the instructions below to install perl-Digest-HMAC.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Digest-HMAC.noarch

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

Learn how to uninstall perl-Digest-HMAC.noarch on Fedora 36:

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

3. Information about the perl-Digest-HMAC.noarch package on Fedora 36

Last metadata expiration check: 4:58:30 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Digest-HMAC
Version : 1.04
Release : 4.fc36
Architecture : noarch
Size : 23 k
Source : perl-Digest-HMAC-1.04-4.fc36.src.rpm
Repository : fedora
Summary : Keyed-Hashing for Message Authentication
URL : https://metacpan.org/release/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.