How to Install and Uninstall perl-Digest-HMAC.src Package on Oracle Linux 9

Last updated: July 01,2024

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

Please follow the guidance below to install perl-Digest-HMAC.src on Oracle Linux 9

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

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

This guide let you learn how to uninstall perl-Digest-HMAC.src on Oracle Linux 9:

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

3. Information about the perl-Digest-HMAC.src package on Oracle Linux 9

Last metadata expiration check: 0:12:56 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-Digest-HMAC
Version : 1.03
Release : 29.el9
Architecture : src
Size : 18 k
Source : None
Repository : ol9_appstream
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.