How To Install texlive-gzt on Fedora 36
Introduction
In this tutorial we learn how to install texlive-gzt on Fedora 36.
What is texlive-gzt
This bundle provides two classes and BibLaTeX styles for the French journal “La Gazette des Mathematiciens” complete issues of the journal, aimed at the Gazette’s team, gztarticle, intended for authors who wish to publish an article in the Gazette. This class’s goals are to faithfully reproduce the layout of the Gazette, thus enabling the authors to be able to work their document in actual conditions, and provide a number of tools (commands and environments) to facilitate the drafting of documents, in particular those containing mathematical formulas.
We can use yum or dnf to install texlive-gzt on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-gzt.
Install texlive-gzt 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-gzt using dnf by running the following command:
sudo dnf -y install texlive-gzt
Install texlive-gzt 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-gzt using yum by running the following command:
sudo yum -y install texlive-gzt
How To Uninstall texlive-gzt on Fedora 36
To uninstall only the texlive-gzt package we can use the following command:
sudo dnf remove texlive-gzt
texlive-gzt Package Contents on Fedora 36
/usr/share/licenses/texlive-gzt
/usr/share/licenses/texlive-gzt/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/gzt
/usr/share/texlive/texmf-dist/tex/latex/gzt/gzt.cfg
/usr/share/texlive/texmf-dist/tex/latex/gzt/gzt.cls
/usr/share/texlive/texmf-dist/tex/latex/gzt/gzt.dbx
/usr/share/texlive/texmf-dist/tex/latex/gzt/gzt.lbx
/usr/share/texlive/texmf-dist/tex/latex/gzt/gztarticle.cls
/usr/share/texlive/texmf-dist/tex/latex/gzt/images
/usr/share/texlive/texmf-dist/tex/latex/gzt/images/README-PICTOGRAMS.md
/usr/share/texlive/texmf-dist/tex/latex/gzt/images/gzt-logo.pdf
References
Summary
In this tutorial we learn how to install texlive-gzt on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).