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

Last updated: April 29,2024

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

Here is a brief guide to show you how to install perl-Digest-MD5.x86_64 on CentOS 7 / RHEL 7

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

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

Here is a brief guide to show you how to uninstall perl-Digest-MD5.x86_64 on CentOS 7 / RHEL 7:

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

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

Installed Packages
Name : perl-Digest-MD5
Arch : x86_64
Version : 2.52
Release : 3.el7
Size : 54 k
Repo : installed
From repo : base
Summary : Perl interface to the MD5 algorithm
URL : http://search.cpan.org/dist/Digest-MD5/
License : GPL+ or Artistic
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.