How To Install perl-IO-Digest on Fedora 36
Introduction
In this tutorial we learn how to install perl-IO-Digest
on Fedora 36.
What is perl-IO-Digest
This module allows you to calculate digests while reading or writing file handles. This avoids the case you need to reread the same content to compute the digests after written a file.
We can use yum
or dnf
to install perl-IO-Digest
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-IO-Digest.
Install perl-IO-Digest on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install perl-IO-Digest
using dnf
by running the following command:
sudo dnf -y install perl-IO-Digest
Install perl-IO-Digest on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install perl-IO-Digest
using yum
by running the following command:
sudo yum -y install perl-IO-Digest
How To Uninstall perl-IO-Digest on Fedora 36
To uninstall only the perl-IO-Digest
package we can use the following command:
sudo dnf remove perl-IO-Digest
perl-IO-Digest Package Contents on Fedora 36
/usr/share/doc/perl-IO-Digest
/usr/share/doc/perl-IO-Digest/CHANGES
/usr/share/doc/perl-IO-Digest/README
/usr/share/man/man3/IO::Digest.3pm.gz
/usr/share/perl5/vendor_perl/IO
/usr/share/perl5/vendor_perl/IO/Digest.pm
References
Summary
In this tutorial we learn how to install perl-IO-Digest
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).