How to Install and Uninstall perl-Digest-SHA.x86_64 Package on Amazon Linux 2

Last updated: July 01,2024

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

This guide covers the steps necessary to install perl-Digest-SHA.x86_64 on Amazon Linux 2

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

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

Learn how to uninstall perl-Digest-SHA.x86_64 on Amazon Linux 2:

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

3. Information about the perl-Digest-SHA.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : perl-Digest-SHA
Arch : x86_64
Epoch : 1
Version : 5.85
Release : 4.amzn2.0.2
Size : 59 k
Repo : amzn2-core/2/x86_64
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.