How To Install texlive-pst-knot on Fedora 36

In this tutorial we learn how to install texlive-pst-knot in Fedora 36. texlive-pst-knot is PSTricks package for displaying knots

Introduction

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

What is texlive-pst-knot

The package can produce a fair range of knot shapes, with all the standard graphics controls one expects.

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

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

sudo dnf -y install texlive-pst-knot

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

sudo yum -y install texlive-pst-knot

How To Uninstall texlive-pst-knot on Fedora 36

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

sudo dnf remove texlive-pst-knot

texlive-pst-knot Package Contents on Fedora 36

/usr/share/licenses/texlive-pst-knot
/usr/share/licenses/texlive-pst-knot/lppl1.txt
/usr/share/texlive/texmf-dist/dvips/pst-knot
/usr/share/texlive/texmf-dist/dvips/pst-knot/pst-psm.pro
/usr/share/texlive/texmf-dist/tex/generic/pst-knot
/usr/share/texlive/texmf-dist/tex/generic/pst-knot/pst-knot.tex
/usr/share/texlive/texmf-dist/tex/latex/pst-knot
/usr/share/texlive/texmf-dist/tex/latex/pst-knot/pst-knot.sty

References

Summary

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