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

Last updated: October 04,2024

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

In this section, we are going to explain the necessary steps to install perl-Test-Tolerant.noarch on Fedora 36

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

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

In this section, we are going to explain the necessary steps to uninstall perl-Test-Tolerant.noarch on Fedora 36:

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

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

Last metadata expiration check: 5:15:59 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Test-Tolerant
Version : 1.709
Release : 1.fc36
Architecture : noarch
Size : 21 k
Source : perl-Number-Tolerant-1.709-1.fc36.src.rpm
Repository : updates
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.