How To Install texlive-pst-ghsb on Fedora 36

In this tutorial we learn how to install texlive-pst-ghsb in Fedora 36. texlive-pst-ghsb is HSB gradients via PSTricks

Introduction

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

What is texlive-pst-ghsb

Usage modeled on pst-grad; superseded by pst-slpe.

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

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

sudo dnf -y install texlive-pst-ghsb

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

sudo yum -y install texlive-pst-ghsb

How To Uninstall texlive-pst-ghsb on Fedora 36

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

sudo dnf remove texlive-pst-ghsb

texlive-pst-ghsb Package Contents on Fedora 36

/usr/share/texlive/texmf-dist/dvips/pst-ghsb
/usr/share/texlive/texmf-dist/dvips/pst-ghsb/pst-ghsb.pro
/usr/share/texlive/texmf-dist/tex/generic/pst-ghsb
/usr/share/texlive/texmf-dist/tex/generic/pst-ghsb/pst-ghsb.tex
/usr/share/texlive/texmf-dist/tex/latex/pst-ghsb
/usr/share/texlive/texmf-dist/tex/latex/pst-ghsb/pst-ghsb.sty

References

Summary

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