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

Last updated: June 25,2024

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

Here is a brief guide to show you how to install perl-Math-Derivative.noarch on Fedora 35

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

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

Please follow the guidance below to uninstall perl-Math-Derivative.noarch on Fedora 35:

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

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

Last metadata expiration check: 0:18:06 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-Math-Derivative
Version : 1.01
Release : 13.fc35
Architecture : noarch
Size : 21 k
Source : perl-Math-Derivative-1.01-13.fc35.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.