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

Last updated: September 20,2024

1. Install "perl-Digest.noarch" package

This tutorial shows how to install perl-Digest.noarch on Rocky Linux 8

$ 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 Rocky Linux 8:

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

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

Last metadata expiration check: 0:06:31 ago on Mon Sep 12 10:27:18 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.