How to Install and Uninstall texlive-bezierplot.noarch Package on Fedora 36

Last updated: January 01,2025

1. Install "texlive-bezierplot.noarch" package

Please follow the guidance below to install texlive-bezierplot.noarch on Fedora 36

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

2. Uninstall "texlive-bezierplot.noarch" package

Please follow the step by step instructions below to uninstall texlive-bezierplot.noarch on Fedora 36:

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

3. Information about the texlive-bezierplot.noarch package on Fedora 36

Last metadata expiration check: 4:04:24 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : texlive-bezierplot
Epoch : 9
Version : svn51398
Release : 55.fc36
Architecture : noarch
Size : 273 k
Source : texlive-2021-55.fc36.src.rpm
Repository : fedora
Summary : Approximate smooth function graphs with cubic bezier splines for use with TikZ or MetaPost
URL : http://tug.org/texlive/
License : LPPL
Description : This package consists of a Lua program as well as a (Lua)LaTeX
: .sty file. Given a smooth function, bezierplot returns a smooth
: bezier path written in TikZ notation (which also matches
: MetaPost) that approximates the graph of the function. For
: polynomial functions of degree [?] 3 and their inverses the
: approximation is exact (up to numeric precision). bezierplot
: also finds special points such as extreme points and inflection
: points and reduces the number of used points.