How to Install and Uninstall perl-MD5.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "perl-MD5.noarch" package

This tutorial shows how to install perl-MD5.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-MD5.noarch

2. Uninstall "perl-MD5.noarch" package

Please follow the instructions below to uninstall perl-MD5.noarch on Fedora 34:

$ sudo dnf remove perl-MD5.noarch $ sudo dnf autoremove

3. Information about the perl-MD5.noarch package on Fedora 34

Last metadata expiration check: 5:57:12 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-MD5
Version : 2.03
Release : 36.fc34
Architecture : noarch
Size : 11 k
Source : perl-MD5-2.03-36.fc34.src.rpm
Repository : fedora
Summary : Perl interface to the MD5 Message-Digest Algorithm
URL : https://metacpan.org/release/MD5
License : GPL+ or Artistic
Description : This module (MD5.pm) is just a thin wrapper around the Digest::MD5
: module. It is provided so that legacy code that rely on the old
: interface continue to work with the speed benefit of the new module.