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

Last updated: November 25,2024

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

Learn how to install perl-Digest-MD5.x86_64 on Fedora 35

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

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

This guide let you learn how to uninstall perl-Digest-MD5.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 1:43:20 ago on Wed Sep 7 14:25:02 2022.
Installed Packages
Name : perl-Digest-MD5
Version : 2.58
Release : 478.fc35
Architecture : x86_64
Size : 60 k
Source : perl-Digest-MD5-2.58-478.fc35.src.rpm
Repository : @System
From repo : fedora
Summary : Perl interface to the MD5 algorithm
URL : https://metacpan.org/release/Digest-MD5
License : (GPL+ or Artistic) and RSA
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.