How to Install and Uninstall perl-Number-WithError.noarch Package on Fedora 36

Last updated: November 29,2024

1. Install "perl-Number-WithError.noarch" package

Please follow the guidelines below to install perl-Number-WithError.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Number-WithError.noarch

2. Uninstall "perl-Number-WithError.noarch" package

Please follow the guidelines below to uninstall perl-Number-WithError.noarch on Fedora 36:

$ sudo dnf remove perl-Number-WithError.noarch $ sudo dnf autoremove

3. Information about the perl-Number-WithError.noarch package on Fedora 36

Last metadata expiration check: 3:53:07 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Number-WithError
Version : 1.01
Release : 25.fc36
Architecture : noarch
Size : 29 k
Source : perl-Number-WithError-1.01-25.fc36.src.rpm
Repository : fedora
Summary : Numbers with error propagation and scientific rounding
URL : https://metacpan.org/release/Number-WithError
License : GPL+ or Artistic
Description : This class is a container class for numbers with a number of associated
: symmetric and asymmetric errors. It overloads practically all common
: arithmetic operations and trigonometric functions to propagate the errors.
: It can do proper scientific rounding.
:
: You can use Math::BigFloat objects as the internal representation of numbers
: in order to support arbitrary precision calculations.
:
: Errors are propagated using Gaussian error propagation.