How To Install texlive-glosmathtools on Fedora 36

In this tutorial we learn how to install texlive-glosmathtools in Fedora 36. texlive-glosmathtools is Mathematical nomenclature tools based on the glossaries package

Introduction

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

What is texlive-glosmathtools

This package can be used to generate a mathematical nomenclature (also called “list of symbols” or “notation”). It is based on the glossaries package. Its main features are symbol categories (e.g. customizable symbol sorting easy subscript management easy accentuation management abbreviation support (with first use definition) bilingual nomenclatures (for bilingual documents) bilingual abbreviations The documentation is based on the ulthese class. The package itself depends on glossaries, amsmath, amsfonts, and etoolbox.

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

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

sudo dnf -y install texlive-glosmathtools

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

sudo yum -y install texlive-glosmathtools

How To Uninstall texlive-glosmathtools on Fedora 36

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

sudo dnf remove texlive-glosmathtools

texlive-glosmathtools Package Contents on Fedora 36

/usr/share/licenses/texlive-glosmathtools
/usr/share/licenses/texlive-glosmathtools/lppl.txt
/usr/share/texlive/texmf-dist/doc/latex/glosmathtools
/usr/share/texlive/texmf-dist/doc/latex/glosmathtools/README.md
/usr/share/texlive/texmf-dist/doc/latex/glosmathtools/sample_glosmathtools_en.pdf
/usr/share/texlive/texmf-dist/doc/latex/glosmathtools/sample_glosmathtools_en.tex
/usr/share/texlive/texmf-dist/doc/latex/glosmathtools/sample_glosmathtools_fr.pdf
/usr/share/texlive/texmf-dist/doc/latex/glosmathtools/sample_glosmathtools_fr.tex
/usr/share/texlive/texmf-dist/doc/latex/glosmathtools/sample_glosmathtools_glos.tex
/usr/share/texlive/texmf-dist/tex/latex/glosmathtools
/usr/share/texlive/texmf-dist/tex/latex/glosmathtools/glosmathtools.sty

References

Summary

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