How to Install and Uninstall perl-Digest.noarch Package on CentOS Stream 9

Last updated: September 29,2024

1. Install "perl-Digest.noarch" package

Learn how to install perl-Digest.noarch on CentOS Stream 9

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

2. Uninstall "perl-Digest.noarch" package

Please follow the steps below to uninstall perl-Digest.noarch on CentOS Stream 9:

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

3. Information about the perl-Digest.noarch package on CentOS Stream 9

Last metadata expiration check: 3:14:09 ago on Sat Mar 16 16:03:45 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 : appstream
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.