How To Install texlive-gammas on Fedora 36

In this tutorial we learn how to install texlive-gammas in Fedora 36. texlive-gammas is Template for the GAMM Archive for Students

Introduction

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

What is texlive-gammas

This is the official document class for typesetting journal articles for GAMM Archive for Students (GAMMAS), the open-access online yournal run by the GAMM Juniors (GAMM = Gesellschaft fur angewandte Mathematik und Mechanik).

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

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

sudo dnf -y install texlive-gammas

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

sudo yum -y install texlive-gammas

How To Uninstall texlive-gammas on Fedora 36

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

sudo dnf remove texlive-gammas

texlive-gammas Package Contents on Fedora 36

/usr/share/licenses/texlive-gammas
/usr/share/licenses/texlive-gammas/lppl.txt
/usr/share/texlive/texmf-dist/bibtex/bst/gammas
/usr/share/texlive/texmf-dist/bibtex/bst/gammas/gammas.bst
/usr/share/texlive/texmf-dist/doc/latex/gammas
/usr/share/texlive/texmf-dist/doc/latex/gammas/README
/usr/share/texlive/texmf-dist/doc/latex/gammas/example_bibliography.bib
/usr/share/texlive/texmf-dist/doc/latex/gammas/gammas_template.tex
/usr/share/texlive/texmf-dist/tex/latex/gammas
/usr/share/texlive/texmf-dist/tex/latex/gammas/gammas.cls

References

Summary

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