How To Install texlive-lie-hasse on Fedora 36

In this tutorial we learn how to install texlive-lie-hasse in Fedora 36. texlive-lie-hasse is Draw Hasse diagrams

Introduction

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

What is texlive-lie-hasse

This package draws Hasse diagrams of the partially ordered sets of the simple roots of any complex simple Lie algebra. It uses the Dynkin diagrams package dynkin-diagrams.

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

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

sudo dnf -y install texlive-lie-hasse

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

sudo yum -y install texlive-lie-hasse

How To Uninstall texlive-lie-hasse on Fedora 36

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

sudo dnf remove texlive-lie-hasse

texlive-lie-hasse Package Contents on Fedora 36

/usr/share/licenses/texlive-lie-hasse
/usr/share/licenses/texlive-lie-hasse/lppl1.3c.txt
/usr/share/texlive/texmf-dist/doc/latex/lie-hasse
/usr/share/texlive/texmf-dist/doc/latex/lie-hasse/README
/usr/share/texlive/texmf-dist/doc/latex/lie-hasse/lie-hasse.bib
/usr/share/texlive/texmf-dist/doc/latex/lie-hasse/lie-hasse.pdf
/usr/share/texlive/texmf-dist/doc/latex/lie-hasse/lie-hasse.tex
/usr/share/texlive/texmf-dist/tex/latex/lie-hasse
/usr/share/texlive/texmf-dist/tex/latex/lie-hasse/lie-hasse.sty

References

Summary

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