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

Last updated: October 09,2024

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

Please follow the instructions below to install perl-Digest-MD5.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

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

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

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

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

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

Last metadata expiration check: 0:56:02 ago on Mon Feb 26 15:59:38 2024.
Installed Packages
Name : perl-Digest-MD5
Version : 2.55
Release : 396.el8
Architecture : x86_64
Size : 55 k
Source : perl-Digest-MD5-2.55-396.el8.src.rpm
Repository : @System
From repo : ubi-8-appstream-rpms
Summary : Perl interface to the MD5 algorithm
URL : http://search.cpan.org/dist/Digest-MD5/
License : (GPL+ or Artistic) and BSD
Description : The Digest::MD5 module allows you to use the RSA Data Security Inc. MD5
: Message Digest algorithm from within Perl programs. The algorithm takes as
: input a message of arbitrary length and produces as output a 128-bit
: "fingerprint" or "message digest" of the input.