How To Install perl-Test-Tolerant on Fedora 36

In this tutorial we learn how to install perl-Test-Tolerant in Fedora 36. perl-Test-Tolerant is Test routines for testing numbers against tolerances

Introduction

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

What is perl-Test-Tolerant

“is_tol” is the only routine provided by Test behaves like “is” from Test but it will always use numeric equality, and the second argument is not always used as the right hand side of comparison directly, but it used to produce a Number

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

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

sudo dnf -y install perl-Test-Tolerant

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

sudo yum -y install perl-Test-Tolerant

How To Uninstall perl-Test-Tolerant on Fedora 36

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

sudo dnf remove perl-Test-Tolerant

perl-Test-Tolerant Package Contents on Fedora 36

/usr/share/doc/perl-Test-Tolerant
/usr/share/doc/perl-Test-Tolerant/Changes
/usr/share/doc/perl-Test-Tolerant/LICENSE
/usr/share/doc/perl-Test-Tolerant/README
/usr/share/man/man3/Test::Tolerant.3pm.gz
/usr/share/perl5/vendor_perl/Test
/usr/share/perl5/vendor_perl/Test/Tolerant.pm

References

Summary

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