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

Last updated: October 06,2024

1. Install "perl-Digest.noarch" package

This guide covers the steps necessary to install perl-Digest.noarch on Oracle Linux 8

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

2. Uninstall "perl-Digest.noarch" package

Learn how to uninstall perl-Digest.noarch on Oracle Linux 8:

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

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

Last metadata expiration check: 5:10:15 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-Digest
Version : 1.17
Release : 395.el8
Architecture : noarch
Size : 27 k
Source : perl-Digest-1.17-395.el8.src.rpm
Repository : ol8_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.