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

Last updated: July 03,2024

1. Install "perl-Digest.noarch" package

Please follow the guidance below to install perl-Digest.noarch on Oracle Linux 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 Oracle Linux 9:

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

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

Last metadata expiration check: 2:50:53 ago on Thu Feb 15 07:50:05 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 : ol9_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.