How to Install and Uninstall perl-Digest.noarch Package on AlmaLinux 8

Last updated: November 29,2024

1. Install "perl-Digest.noarch" package

Learn how to install perl-Digest.noarch on AlmaLinux 8

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

2. Uninstall "perl-Digest.noarch" package

Please follow the step by step instructions below to uninstall perl-Digest.noarch on AlmaLinux 8:

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

3. Information about the perl-Digest.noarch package on AlmaLinux 8

Last metadata expiration check: 0:50:24 ago on Mon Sep 5 03:22:42 2022.
Installed Packages
Name : perl-Digest
Version : 1.17
Release : 395.el8
Architecture : noarch
Size : 26 k
Source : perl-Digest-1.17-395.el8.src.rpm
Repository : @System
From repo : appstream
Summary : Modules that calculate message digests
URL : http://search.cpan.org/dist/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 depend of
: the algorithm used. The message is simply a sequence of arbitrary
: bytes or bits.