How To Install texlive-genealogy on Fedora 36

In this tutorial we learn how to install texlive-genealogy in Fedora 36. texlive-genealogy is A compilation genealogy font

Introduction

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

What is texlive-genealogy

A simple compilation of the genealogical symbols found in the wasy and gen fonts, adding the male and female symbols to Knuth’s ‘gen’ font, and so avoiding loading two fonts when you need only genealogical symbols. The font is distributed as Metafont source.

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

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

sudo dnf -y install texlive-genealogy

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

sudo yum -y install texlive-genealogy

How To Uninstall texlive-genealogy on Fedora 36

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

sudo dnf remove texlive-genealogy

texlive-genealogy Package Contents on Fedora 36

/usr/share/licenses/texlive-genealogy
/usr/share/licenses/texlive-genealogy/lppl1.txt
/usr/share/texlive/texmf-dist/fonts/source/public/genealogy
/usr/share/texlive/texmf-dist/fonts/source/public/genealogy/drgen.mf
/usr/share/texlive/texmf-dist/fonts/source/public/genealogy/drgen10.mf
/usr/share/texlive/texmf-dist/fonts/tfm/public/genealogy
/usr/share/texlive/texmf-dist/fonts/tfm/public/genealogy/drgen10.tfm

References

Summary

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