How to Install and Uninstall libdigest-md2-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: February 24,2025

1. Install "libdigest-md2-perl" package

This guide covers the steps necessary to install libdigest-md2-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libdigest-md2-perl

2. Uninstall "libdigest-md2-perl" package

This tutorial shows how to uninstall libdigest-md2-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libdigest-md2-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libdigest-md2-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libdigest-md2-perl
Priority: optional
Section: universe/perl
Installed-Size: 40
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: amd64
Version: 2.03+dfsg-2build2
Depends: perl (>= 5.22.1-1), perlapi-5.22.1, libc6 (>= 2.14)
Filename: pool/universe/libd/libdigest-md2-perl/libdigest-md2-perl_2.03+dfsg-2build2_amd64.deb
Size: 11786
MD5sum: 8b5ea5f38e59dd73960d06e6097937dd
SHA1: 010237a43dae860094b61ae5ebf5920247c16ca6
SHA256: cbd0ef4107299512bea24a275fa835034e3141fffab16655504a5befe78f7aa8
Description-en: MD2 Message Digest for Perl
The Digest::MD2 module allows you to use the RSA Data Security Inc.
MD2 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.
.
The Digest::MD2 programming interface is identical to the interface
of Digest::MD5. MD2 is described in RFC 1115.
Description-md5: 0d82bd5fb16f57c984247133cdda6446
Homepage: https://metacpan.org/release/Digest-MD2
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu