How to Install and Uninstall perl-Digest.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 07,2024

1. Install "perl-Digest.noarch" package

Please follow the guidance below to install perl-Digest.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "perl-Digest.noarch" package

Please follow the guidelines below to uninstall perl-Digest.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the perl-Digest.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:09:46 ago on Mon Feb 26 07:04:30 2024.
Installed Packages
Name : perl-Digest
Version : 1.19
Release : 4.el9
Architecture : noarch
Size : 36 k
Source : perl-Digest-1.19-4.el9.src.rpm
Repository : @System
From repo : ubi-9-appstream-rpms
Summary : Modules that calculate message digests
URL : https://metacpan.org/release/Digest
License : GPL+ or Artistic
Description : The Digest:: modules calculate digests, also called "fingerprints" or
: "hashes", of some data, called a message. The digest is (usually) some
: small/fixed size string. The actual size of the digest depends of the
: algorithm used. The message is simply a sequence of arbitrary bytes or bits.