How to Install and Uninstall perl-Digest-SHA1.x86_64 Package on Rocky Linux 9
Last updated: November 24,2024
1. Install "perl-Digest-SHA1.x86_64" package
This guide covers the steps necessary to install perl-Digest-SHA1.x86_64 on Rocky Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
perl-Digest-SHA1.x86_64
Copied
2. Uninstall "perl-Digest-SHA1.x86_64" package
This tutorial shows how to uninstall perl-Digest-SHA1.x86_64 on Rocky Linux 9:
$
sudo dnf remove
perl-Digest-SHA1.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-Digest-SHA1.x86_64 package on Rocky Linux 9
Last metadata expiration check: 2:07:43 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : perl-Digest-SHA1
Version : 2.13
Release : 34.el9
Architecture : x86_64
Size : 52 k
Source : perl-Digest-SHA1-2.13-34.el9.src.rpm
Repository : appstream
Summary : Digest-SHA1 Perl module
URL : https://metacpan.org/release/Digest-SHA1
License : GPL+ or Artistic
Description : The Digest::SHA1 module allows you to use the NIST SHA-1 message
: digest algorithm from within Perl programs. The algorithm takes as
: input a message of arbitrary length and produces as output a 160-bit
: "fingerprint" or "message digest" of the input.
:
: The Digest::SHA1 module provide a procedural interface for simple use,
: as well as an object oriented interface that can handle messages of
: arbitrary length and which can read files directly.
:
: A binary digest will be 20 bytes long. A hex digest will be 40
: characters long. A base64 digest will be 27 characters long.
Available Packages
Name : perl-Digest-SHA1
Version : 2.13
Release : 34.el9
Architecture : x86_64
Size : 52 k
Source : perl-Digest-SHA1-2.13-34.el9.src.rpm
Repository : appstream
Summary : Digest-SHA1 Perl module
URL : https://metacpan.org/release/Digest-SHA1
License : GPL+ or Artistic
Description : The Digest::SHA1 module allows you to use the NIST SHA-1 message
: digest algorithm from within Perl programs. The algorithm takes as
: input a message of arbitrary length and produces as output a 160-bit
: "fingerprint" or "message digest" of the input.
:
: The Digest::SHA1 module provide a procedural interface for simple use,
: as well as an object oriented interface that can handle messages of
: arbitrary length and which can read files directly.
:
: A binary digest will be 20 bytes long. A hex digest will be 40
: characters long. A base64 digest will be 27 characters long.