How to Install and Uninstall texlive-splines.noarch Package on Fedora 34

Last updated: September 21,2024

1. Install "texlive-splines.noarch" package

In this section, we are going to explain the necessary steps to install texlive-splines.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install texlive-splines.noarch

2. Uninstall "texlive-splines.noarch" package

This guide let you learn how to uninstall texlive-splines.noarch on Fedora 34:

$ sudo dnf remove texlive-splines.noarch $ sudo dnf autoremove

3. Information about the texlive-splines.noarch package on Fedora 34

Last metadata expiration check: 3:22:09 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : texlive-splines
Epoch : 9
Version : svn15878.0.2
Release : 39.fc34
Architecture : noarch
Size : 21 k
Source : texlive-2020-39.fc34.src.rpm
Repository : updates
Summary : MetaPost macros for drawing cubic spline interpolants
URL : http://tug.org/texlive/
License : LPPL 1.3
Description : This is a small package of macros for creating cubic spline
: interpolants in MetaPost or Metafont. Given a list of points
: the macros can produce a closed or a relaxed spline joining
: them. Given a list of function values y_j at x_j, the result
: would define the graph of a cubic spline interpolating function
: y=f(x), which is either periodic or relaxed.