How to Install and Uninstall perl-Digest.noarch Package on CentOS 7 / RHEL 7

Last updated: May 03,2024

1. Install "perl-Digest.noarch" package

Here is a brief guide to show you how to install perl-Digest.noarch on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install perl-Digest.noarch

2. Uninstall "perl-Digest.noarch" package

Please follow the steps below to uninstall perl-Digest.noarch on CentOS 7 / RHEL 7:

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

3. Information about the perl-Digest.noarch package on CentOS 7 / RHEL 7

Installed Packages
Name : perl-Digest
Arch : noarch
Version : 1.17
Release : 245.el7
Size : 28 k
Repo : installed
From repo : base
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.