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

Last updated: April 29,2024

1. Install "perl-Digest-SHA.x86_64" package

In this section, we are going to explain the necessary steps to install perl-Digest-SHA.x86_64 on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install perl-Digest-SHA.x86_64

2. Uninstall "perl-Digest-SHA.x86_64" package

Please follow the guidelines below to uninstall perl-Digest-SHA.x86_64 on CentOS 7 / RHEL 7:

$ sudo yum remove perl-Digest-SHA.x86_64 $ sudo yum autoremove

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

Installed Packages
Name : perl-Digest-SHA
Arch : x86_64
Epoch : 1
Version : 5.85
Release : 4.el7
Size : 110 k
Repo : installed
From repo : base
Summary : Perl extension for SHA-1/224/256/384/512
URL : http://search.cpan.org/dist/Digest-SHA/
License : GPL+ or Artistic
Description : Digest::SHA is a complete implementation of the NIST Secure Hash
: Standard. It gives Perl programmers a convenient way to calculate
: SHA-1, SHA-224, SHA-256, SHA-384, SHA-512, SHA-512/224, and
: SHA-512/256 message digests. The module can handle all types of
: input, including partial-byte data.