How To Install texlive-pst-bezier on Fedora 36

In this tutorial we learn how to install texlive-pst-bezier in Fedora 36. texlive-pst-bezier is Draw Bezier curves

Introduction

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

What is texlive-pst-bezier

The package provides a macro \psbcurve for drawing a Bezier curve. Provision is made for full control of over all the control points of the curve.

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

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

sudo dnf -y install texlive-pst-bezier

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

sudo yum -y install texlive-pst-bezier

How To Uninstall texlive-pst-bezier on Fedora 36

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

sudo dnf remove texlive-pst-bezier

texlive-pst-bezier Package Contents on Fedora 36

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

References

Summary

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