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

Last updated: November 25,2024

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

Please follow the instructions below to install perl-Number-WithError.noarch on Fedora 39

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

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

This is a short guide on how to uninstall perl-Number-WithError.noarch on Fedora 39:

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

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

Last metadata expiration check: 3:58:33 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-Number-WithError
Version : 1.01
Release : 29.fc39
Architecture : noarch
Size : 28 k
Source : perl-Number-WithError-1.01-29.fc39.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.