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

Last updated: May 06,2024

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

Please follow the step by step instructions below to install perl-Math-Spline.noarch on Fedora 36

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

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

In this section, we are going to explain the necessary steps to uninstall perl-Math-Spline.noarch on Fedora 36:

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

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

Last metadata expiration check: 3:13:44 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Math-Spline
Version : 0.02
Release : 19.fc36
Architecture : noarch
Size : 13 k
Source : perl-Math-Spline-0.02-19.fc36.src.rpm
Repository : fedora
Summary : Cubic Spline Interpolation of data
URL : https://metacpan.org/release/Math-Spline
License : GPL+ or Artistic
Description : This package provides cubic spline interpolation of numeric data. The data
: is passed as references to two arrays containing the x and y ordinates. It
: may be used as an exporter of the numerical functions or, more easily as a
: class module.