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

Last updated: September 21,2024

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

Please follow the instructions below to install perl-Math-Spline.noarch on Fedora 34

$ 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 34:

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

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

Last metadata expiration check: 0:46:58 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Math-Spline
Version : 0.02
Release : 16.fc34
Architecture : noarch
Size : 13 k
Source : perl-Math-Spline-0.02-16.fc34.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.