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

Last updated: November 28,2024

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

Please follow the step by step instructions below to install perl-Digest-MD5.x86_64 on Amazon Linux 2

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

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

This guide covers the steps necessary to uninstall perl-Digest-MD5.x86_64 on Amazon Linux 2:

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

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

Loaded plugins: ovl, priorities
Available Packages
Name : perl-Digest-MD5
Arch : x86_64
Version : 2.52
Release : 3.amzn2.0.2
Size : 30 k
Repo : amzn2-core/2/x86_64
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.