How To Install perl-Math-Derivative on Fedora 36

In this tutorial we learn how to install perl-Math-Derivative in Fedora 36. perl-Math-Derivative is Numeric 1st and 2nd order differentiation

Introduction

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

What is perl-Math-Derivative

This Perl package exports functions for performing numerical first (Derivative1) and second Derivative2) order differentiation on vectors of data. They both take references to two arrays containing the x and y ordinates of the data and return an array of the 1st or 2nd derivative at the given x ordinates. Derivative2 may optionally be given values to use for the first derivative at the start and end points of the data - otherwise ’natural’ values are used.

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

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

sudo dnf -y install perl-Math-Derivative

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

sudo yum -y install perl-Math-Derivative

How To Uninstall perl-Math-Derivative on Fedora 36

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

sudo dnf remove perl-Math-Derivative

perl-Math-Derivative Package Contents on Fedora 36

/usr/share/doc/perl-Math-Derivative
/usr/share/doc/perl-Math-Derivative/Changes
/usr/share/doc/perl-Math-Derivative/README
/usr/share/licenses/perl-Math-Derivative
/usr/share/licenses/perl-Math-Derivative/LICENSE
/usr/share/man/man3/Math::Derivative.3pm.gz
/usr/share/perl5/vendor_perl/Math
/usr/share/perl5/vendor_perl/Math/Derivative.pm

References

Summary

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