How To Install texlive-pst-pdgr on Fedora 36

In this tutorial we learn how to install texlive-pst-pdgr in Fedora 36. texlive-pst-pdgr is Draw medical pedigrees using pstricks

Introduction

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

What is texlive-pst-pdgr

The package provides a set of macros based on PSTricks to draw medical pedigrees according to the recommendations for standardized human pedigree nomenclature. The drawing commands place the symbols on a pspicture canvas. An interface for making trees is also provided. The package may be used both with LaTeX and PlainTeX. A separate Perl program for generating TeX files from spreadsheets is available.

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

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

sudo dnf -y install texlive-pst-pdgr

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

sudo yum -y install texlive-pst-pdgr

How To Uninstall texlive-pst-pdgr on Fedora 36

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

sudo dnf remove texlive-pst-pdgr

texlive-pst-pdgr Package Contents on Fedora 36

/usr/share/licenses/texlive-pst-pdgr
/usr/share/licenses/texlive-pst-pdgr/lppl1.txt
/usr/share/texlive/texmf-dist/tex/generic/pst-pdgr
/usr/share/texlive/texmf-dist/tex/generic/pst-pdgr/pst-pdgr.tex
/usr/share/texlive/texmf-dist/tex/latex/pst-pdgr
/usr/share/texlive/texmf-dist/tex/latex/pst-pdgr/pst-pdgr.cfg
/usr/share/texlive/texmf-dist/tex/latex/pst-pdgr/pst-pdgr.sty

References

Summary

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