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

Last updated: October 10,2024

1. Install "perl-Digest.noarch" package

Learn how to install perl-Digest.noarch on Fedora 39

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

2. Uninstall "perl-Digest.noarch" package

This is a short guide on how to uninstall perl-Digest.noarch on Fedora 39:

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

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

Last metadata expiration check: 1:34:43 ago on Thu Mar 7 17:44:52 2024.
Installed Packages
Name : perl-Digest
Version : 1.20
Release : 500.fc39
Architecture : noarch
Size : 35 k
Source : perl-Digest-1.20-500.fc39.src.rpm
Repository : @System
From repo : fedora
Summary : Modules that calculate message digests
URL : https://metacpan.org/release/Digest
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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.