How To Install texlive-gzt-doc on Fedora 36
Introduction
In this tutorial we learn how to install texlive-gzt-doc
on Fedora 36.
What is texlive-gzt-doc
Documentation for gzt
We can use yum
or dnf
to install texlive-gzt-doc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-gzt-doc.
Install texlive-gzt-doc 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-doc
using dnf
by running the following command:
sudo dnf -y install texlive-gzt-doc
Install texlive-gzt-doc 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-doc
using yum
by running the following command:
sudo yum -y install texlive-gzt-doc
How To Uninstall texlive-gzt-doc on Fedora 36
To uninstall only the texlive-gzt-doc
package we can use the following command:
sudo dnf remove texlive-gzt-doc
texlive-gzt-doc Package Contents on Fedora 36
/usr/share/licenses/texlive-gzt-doc
/usr/share/licenses/texlive-gzt-doc/lppl1.3.txt
/usr/share/texlive/texmf-dist/doc/latex/gzt
/usr/share/texlive/texmf-dist/doc/latex/gzt/CHANGELOG.md
/usr/share/texlive/texmf-dist/doc/latex/gzt/README.md
/usr/share/texlive/texmf-dist/doc/latex/gzt/english
/usr/share/texlive/texmf-dist/doc/latex/gzt/english/README-TRANSLATION.md
/usr/share/texlive/texmf-dist/doc/latex/gzt/french
/usr/share/texlive/texmf-dist/doc/latex/gzt/french/denis.png
/usr/share/texlive/texmf-dist/doc/latex/gzt/french/gzt-fr.bib
/usr/share/texlive/texmf-dist/doc/latex/gzt/french/gzt-fr.pdf
/usr/share/texlive/texmf-dist/doc/latex/gzt/french/gzt-fr.tex
/usr/share/texlive/texmf-dist/doc/latex/gzt/french/latexmkrc
/usr/share/texlive/texmf-dist/doc/latex/gzt/french/sections
/usr/share/texlive/texmf-dist/doc/latex/gzt/french/sections/fixed-footnotes.tex
/usr/share/texlive/texmf-dist/doc/latex/gzt/french/sections/gztarticle.tex
/usr/share/texlive/texmf-dist/doc/latex/gzt/french/sections/notations.tex
/usr/share/texlive/texmf-dist/doc/latex/gzt/french/sections/packages-charges.tex
/usr/share/texlive/texmf-dist/doc/latex/gzt/french/sections/todo.tex
References
Summary
In this tutorial we learn how to install texlive-gzt-doc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).