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

Last updated: January 12,2025

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

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

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

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

This tutorial shows how to uninstall perl-Math-Spline.noarch on Fedora 38:

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

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

Last metadata expiration check: 2:10:59 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : perl-Math-Spline
Version : 0.02
Release : 22.fc38
Architecture : noarch
Size : 13 k
Source : perl-Math-Spline-0.02-22.fc38.src.rpm
Repository : fedora
Summary : Cubic Spline Interpolation of data
URL : https://metacpan.org/release/Math-Spline
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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.