How To Install perl-Digest-SHA3 on Fedora 36

In this tutorial we learn how to install perl-Digest-SHA3 in Fedora 36. perl-Digest-SHA3 is Perl extension for SHA-3

Introduction

In this tutorial we learn how to install perl-Digest-SHA3 on Fedora 36.

What is perl-Digest-SHA3

Digest compiler, perhaps you can find the module in a binary form compatible with your particular processor and operating system.

We can use yum or dnf to install perl-Digest-SHA3 on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Digest-SHA3.

Install perl-Digest-SHA3 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-Digest-SHA3 using dnf by running the following command:

sudo dnf -y install perl-Digest-SHA3

Install perl-Digest-SHA3 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-Digest-SHA3 using yum by running the following command:

sudo yum -y install perl-Digest-SHA3

How To Uninstall perl-Digest-SHA3 on Fedora 36

To uninstall only the perl-Digest-SHA3 package we can use the following command:

sudo dnf remove perl-Digest-SHA3

perl-Digest-SHA3 Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/dc
/usr/lib/.build-id/dc/18facecb6bb9f09555174baa4814617163d7ad
/usr/lib64/perl5/vendor_perl/Digest
/usr/lib64/perl5/vendor_perl/Digest/SHA3.pm
/usr/lib64/perl5/vendor_perl/auto/Digest
/usr/lib64/perl5/vendor_perl/auto/Digest/SHA3
/usr/lib64/perl5/vendor_perl/auto/Digest/SHA3/SHA3.so
/usr/share/doc/perl-Digest-SHA3
/usr/share/doc/perl-Digest-SHA3/Changes
/usr/share/doc/perl-Digest-SHA3/README
/usr/share/doc/perl-Digest-SHA3/examples
/usr/share/doc/perl-Digest-SHA3/examples/dups3
/usr/share/man/man3/Digest::SHA3.3pm.gz

References

Summary

In this tutorial we learn how to install perl-Digest-SHA3 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).