How To Install perl-Date-Handler-Test on Fedora 36

In this tutorial we learn how to install perl-Date-Handler-Test in Fedora 36. perl-Date-Handler-Test is Test module for Date

Introduction

In this tutorial we learn how to install perl-Date-Handler-Test on Fedora 36.

What is perl-Date-Handler-Test

This Perl module provides a series of test cases to be run during the “make test” of the Date

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

Install perl-Date-Handler-Test 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-Date-Handler-Test using dnf by running the following command:

sudo dnf -y install perl-Date-Handler-Test

Install perl-Date-Handler-Test 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-Date-Handler-Test using yum by running the following command:

sudo yum -y install perl-Date-Handler-Test

How To Uninstall perl-Date-Handler-Test on Fedora 36

To uninstall only the perl-Date-Handler-Test package we can use the following command:

sudo dnf remove perl-Date-Handler-Test

perl-Date-Handler-Test Package Contents on Fedora 36

/usr/share/man/man3/Date::Handler::Test.3pm.gz
/usr/share/perl5/vendor_perl/Date/Handler/Test.pm

References

Summary

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