How to Install and Uninstall perl-Test-Number-Delta.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 10,2024

1. Install "perl-Test-Number-Delta.noarch" package

Here is a brief guide to show you how to install perl-Test-Number-Delta.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install perl-Test-Number-Delta.noarch

2. Uninstall "perl-Test-Number-Delta.noarch" package

Here is a brief guide to show you how to uninstall perl-Test-Number-Delta.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove perl-Test-Number-Delta.noarch $ sudo dnf autoremove

3. Information about the perl-Test-Number-Delta.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:31:39 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : perl-Test-Number-Delta
Version : 1.06
Release : 15.el8
Architecture : noarch
Size : 25 k
Source : perl-Test-Number-Delta-1.06-15.el8.src.rpm
Repository : epel
Summary : Compare the difference between numbers against a given tolerance
URL : https://metacpan.org/release/Test-Number-Delta
License : GPL+ or Artistic
Description : At some point or another, most programmers find they need to compare
: floating-point numbers for equality. The typical idiom is to test if
: the absolute value of the difference of the numbers is within a
: desired tolerance, usually called epsilon. This module provides such
: a function for use with Test::Harness.