How To Install perl-Digest-tests on Fedora 36

In this tutorial we learn how to install perl-Digest-tests in Fedora 36. perl-Digest-tests is Tests for perl-Digest

Introduction

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

What is perl-Digest-tests

Tests from perl-Digest. Execute them with “/usr/libexec/perl-Digest/test”.

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

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

sudo dnf -y install perl-Digest-tests

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

sudo yum -y install perl-Digest-tests

How To Uninstall perl-Digest-tests on Fedora 36

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

sudo dnf remove perl-Digest-tests

perl-Digest-tests Package Contents on Fedora 36

/usr/libexec/perl-Digest
/usr/libexec/perl-Digest/t
/usr/libexec/perl-Digest/t/base.t
/usr/libexec/perl-Digest/t/digest.t
/usr/libexec/perl-Digest/t/file.t
/usr/libexec/perl-Digest/t/lib
/usr/libexec/perl-Digest/t/lib/Digest
/usr/libexec/perl-Digest/t/lib/Digest/Dummy.pm
/usr/libexec/perl-Digest/t/security.t
/usr/libexec/perl-Digest/test

References

Summary

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