How To Install texlive-pst-infixplot on Fedora 36

In this tutorial we learn how to install texlive-pst-infixplot in Fedora 36. texlive-pst-infixplot is Using pstricks plotting capacities with infix expressions rather than RPN

Introduction

In this tutorial we learn how to install texlive-pst-infixplot on Fedora 36.

What is texlive-pst-infixplot

Plotting functions with pst-plot is very powerful but sometimes difficult to learn since the syntax of \psplot and \parametricplot requires some PostScript knowledge. The infix- RPN and pst-infixplot styles simplify the usage of pst-plot for the beginner, providing macro commands that convert natural mathematical expressions to PostScript syntax.

We can use yum or dnf to install texlive-pst-infixplot on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-pst-infixplot.

Install texlive-pst-infixplot on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install texlive-pst-infixplot using dnf by running the following command:

sudo dnf -y install texlive-pst-infixplot

Install texlive-pst-infixplot on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install texlive-pst-infixplot using yum by running the following command:

sudo yum -y install texlive-pst-infixplot

How To Uninstall texlive-pst-infixplot on Fedora 36

To uninstall only the texlive-pst-infixplot package we can use the following command:

sudo dnf remove texlive-pst-infixplot

texlive-pst-infixplot Package Contents on Fedora 36

/usr/share/licenses/texlive-pst-infixplot
/usr/share/licenses/texlive-pst-infixplot/lppl1.txt
/usr/share/texlive/texmf-dist/tex/generic/pst-infixplot
/usr/share/texlive/texmf-dist/tex/generic/pst-infixplot/infix-RPN.tex
/usr/share/texlive/texmf-dist/tex/generic/pst-infixplot/pst-infixplot.tex
/usr/share/texlive/texmf-dist/tex/latex/pst-infixplot
/usr/share/texlive/texmf-dist/tex/latex/pst-infixplot/infix-RPN.sty
/usr/share/texlive/texmf-dist/tex/latex/pst-infixplot/pst-infixplot.sty

References

Summary

In this tutorial we learn how to install texlive-pst-infixplot on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).