How to Install and Uninstall perl-Test-Tolerant.noarch Package on Fedora 34

Last updated: October 07,2024

1. Install "perl-Test-Tolerant.noarch" package

This is a short guide on how to install perl-Test-Tolerant.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Test-Tolerant.noarch

2. Uninstall "perl-Test-Tolerant.noarch" package

Please follow the instructions below to uninstall perl-Test-Tolerant.noarch on Fedora 34:

$ sudo dnf remove perl-Test-Tolerant.noarch $ sudo dnf autoremove

3. Information about the perl-Test-Tolerant.noarch package on Fedora 34

Last metadata expiration check: 5:15:31 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Test-Tolerant
Version : 1.708
Release : 16.fc34
Architecture : noarch
Size : 21 k
Source : perl-Number-Tolerant-1.708-16.fc34.src.rpm
Repository : fedora
Summary : Test routines for testing numbers against tolerances
URL : https://metacpan.org/release/Number-Tolerant
License : GPL+ or Artistic
Description : "is_tol" is the only routine provided by Test::Tolerant Perl module. It
: behaves like "is" from Test::More, asserting that two values must be equal,
: 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::Tolerant to compare to.