How to Install and Uninstall perl-Digest-MD2.x86_64 Package on Fedora 35

Last updated: October 05,2024

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

Please follow the steps below to install perl-Digest-MD2.x86_64 on Fedora 35

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

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

Here is a brief guide to show you how to uninstall perl-Digest-MD2.x86_64 on Fedora 35:

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

3. Information about the perl-Digest-MD2.x86_64 package on Fedora 35

Last metadata expiration check: 0:42:32 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-Digest-MD2
Version : 2.04
Release : 25.fc35
Architecture : x86_64
Size : 31 k
Source : perl-Digest-MD2-2.04-25.fc35.src.rpm
Repository : fedora
Summary : Perl interface to the MD2 Algorithm
URL : https://metacpan.org/release/Digest-MD2
License : GPL+ or Artistic
Description : 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.