How To Install texlive-pst-2dplot on Fedora 36

In this tutorial we learn how to install texlive-pst-2dplot in Fedora 36. texlive-pst-2dplot is A PSTricks package for drawing 2D curves

Introduction

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

What is texlive-pst-2dplot

Pst-2dplot is a pstricks package that offers an easy-to-use and intuitive tool for plotting 2-d curves. It defines an environment with commands similar to MATLAB for plotting.

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

Install texlive-pst-2dplot 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-2dplot using dnf by running the following command:

sudo dnf -y install texlive-pst-2dplot

Install texlive-pst-2dplot 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-2dplot using yum by running the following command:

sudo yum -y install texlive-pst-2dplot

How To Uninstall texlive-pst-2dplot on Fedora 36

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

sudo dnf remove texlive-pst-2dplot

texlive-pst-2dplot Package Contents on Fedora 36

/usr/share/licenses/texlive-pst-2dplot
/usr/share/licenses/texlive-pst-2dplot/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/pst-2dplot
/usr/share/texlive/texmf-dist/tex/latex/pst-2dplot/pst-2dplot.sty

References

Summary

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