How to Install and Uninstall perl-Math-Derivative.noarch Package on Fedora 36

Last updated: January 25,2025

1. Install "perl-Math-Derivative.noarch" package

Please follow the instructions below to install perl-Math-Derivative.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Math-Derivative.noarch

2. Uninstall "perl-Math-Derivative.noarch" package

This tutorial shows how to uninstall perl-Math-Derivative.noarch on Fedora 36:

$ sudo dnf remove perl-Math-Derivative.noarch $ sudo dnf autoremove

3. Information about the perl-Math-Derivative.noarch package on Fedora 36

Last metadata expiration check: 0:27:32 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Math-Derivative
Version : 1.01
Release : 14.fc36
Architecture : noarch
Size : 21 k
Source : perl-Math-Derivative-1.01-14.fc36.src.rpm
Repository : fedora
Summary : Numeric 1st and 2nd order differentiation
URL : https://metacpan.org/release/Math-Derivative
License : GPL+ or Artistic
Description : 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.