How To Install texlive-gmdoc-doc on Fedora 36

In this tutorial we learn how to install texlive-gmdoc-doc in Fedora 36. texlive-gmdoc-doc is Documentation for gmdoc

Introduction

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

What is texlive-gmdoc-doc

Documentation for gmdoc

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

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

sudo dnf -y install texlive-gmdoc-doc

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

sudo yum -y install texlive-gmdoc-doc

How To Uninstall texlive-gmdoc-doc on Fedora 36

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

sudo dnf remove texlive-gmdoc-doc

texlive-gmdoc-doc Package Contents on Fedora 36

/usr/share/licenses/texlive-gmdoc-doc
/usr/share/licenses/texlive-gmdoc-doc/lppl1.txt
/usr/share/texlive/texmf-dist/doc/latex/gmdoc
/usr/share/texlive/texmf-dist/doc/latex/gmdoc/README
/usr/share/texlive/texmf-dist/doc/latex/gmdoc/basedrivers
/usr/share/texlive/texmf-dist/doc/latex/gmdoc/basedrivers/doc_gmdoc.tex
/usr/share/texlive/texmf-dist/doc/latex/gmdoc/basedrivers/docstrip_gmdoc.tex
/usr/share/texlive/texmf-dist/doc/latex/gmdoc/basedrivers/source2e_gmdoc.tex
/usr/share/texlive/texmf-dist/doc/latex/gmdoc/gmdoc.pdf

References

Summary

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