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

Last updated: October 05,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 34

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

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

This guide covers the steps necessary to uninstall perl-Math-Derivative.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:39:00 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-Math-Derivative
Version : 1.01
Release : 11.fc34
Architecture : noarch
Size : 21 k
Source : perl-Math-Derivative-1.01-11.fc34.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.