How To Install perl-Math-Utils on Fedora 36

In this tutorial we learn how to install perl-Math-Utils in Fedora 36. perl-Math-Utils is Useful mathematical functions not in Perl

Introduction

In this tutorial we learn how to install perl-Math-Utils on Fedora 36.

What is perl-Math-Utils

Math functions and operations that are not part of standard Perl.

We can use yum or dnf to install perl-Math-Utils on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Math-Utils.

Install perl-Math-Utils 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-Math-Utils using dnf by running the following command:

sudo dnf -y install perl-Math-Utils

Install perl-Math-Utils 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-Math-Utils using yum by running the following command:

sudo yum -y install perl-Math-Utils

How To Uninstall perl-Math-Utils on Fedora 36

To uninstall only the perl-Math-Utils package we can use the following command:

sudo dnf remove perl-Math-Utils

perl-Math-Utils Package Contents on Fedora 36

/usr/share/doc/perl-Math-Utils
/usr/share/doc/perl-Math-Utils/CONTRIBUTING.md
/usr/share/doc/perl-Math-Utils/Changes
/usr/share/doc/perl-Math-Utils/README.md
/usr/share/doc/perl-Math-Utils/eg
/usr/share/doc/perl-Math-Utils/eg/derivative.pl
/usr/share/doc/perl-Math-Utils/eg/division.pl
/usr/share/doc/perl-Math-Utils/eg/evaluate.pl
/usr/share/doc/perl-Math-Utils/eg/finitedif.pl
/usr/share/doc/perl-Math-Utils/eg/multiply.pl
/usr/share/licenses/perl-Math-Utils
/usr/share/licenses/perl-Math-Utils/LICENSE
/usr/share/man/man3/Math::Utils.3pm.gz
/usr/share/perl5/vendor_perl/Math
/usr/share/perl5/vendor_perl/Math/Utils.pm

References

Summary

In this tutorial we learn how to install perl-Math-Utils on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).