How to Install and Uninstall perl-Digest-SHA.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: July 04,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 Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install perl-Digest-SHA.x86_64

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

Please follow the guidance below to uninstall perl-Digest-SHA.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the perl-Digest-SHA.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:45:22 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-Digest-SHA
Epoch : 1
Version : 6.02
Release : 461.el9
Architecture : x86_64
Size : 66 k
Source : perl-Digest-SHA-6.02-461.el9.src.rpm
Repository : ubi-9-appstream-rpms
Summary : Perl extension for SHA-1/224/256/384/512
URL : https://metacpan.org/release/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.