How to Install and Uninstall perl-Digest.noarch Package on Fedora 34

Last updated: October 07,2024

1. Install "perl-Digest.noarch" package

Please follow the instructions below to install perl-Digest.noarch on Fedora 34

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

2. Uninstall "perl-Digest.noarch" package

This guide covers the steps necessary to uninstall perl-Digest.noarch on Fedora 34:

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

3. Information about the perl-Digest.noarch package on Fedora 34

Last metadata expiration check: 4:57:02 ago on Tue Sep 6 02:10:55 2022.
Installed Packages
Name : perl-Digest
Version : 1.20
Release : 1.fc34
Architecture : noarch
Size : 36 k
Source : perl-Digest-1.20-1.fc34.src.rpm
Repository : @System
From repo : updates
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.