How To Install perl-Number-WithError on Fedora 36
Introduction
In this tutorial we learn how to install perl-Number-WithError
on Fedora 36.
What is perl-Number-WithError
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 in order to support arbitrary precision calculations. Errors are propagated using Gaussian error propagation.
We can use yum
or dnf
to install perl-Number-WithError
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Number-WithError.
Install perl-Number-WithError on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install perl-Number-WithError
using dnf
by running the following command:
sudo dnf -y install perl-Number-WithError
Install perl-Number-WithError on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install perl-Number-WithError
using yum
by running the following command:
sudo yum -y install perl-Number-WithError
How To Uninstall perl-Number-WithError on Fedora 36
To uninstall only the perl-Number-WithError
package we can use the following command:
sudo dnf remove perl-Number-WithError
perl-Number-WithError Package Contents on Fedora 36
/usr/share/doc/perl-Number-WithError
/usr/share/doc/perl-Number-WithError/Changes
/usr/share/doc/perl-Number-WithError/README
/usr/share/man/man3/Number::WithError.3pm.gz
/usr/share/perl5/vendor_perl/Number
/usr/share/perl5/vendor_perl/Number/WithError.pm
References
Summary
In this tutorial we learn how to install perl-Number-WithError
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).