How To Install texlive-bgteubner on Fedora 36
Introduction
In this tutorial we learn how to install texlive-bgteubner on Fedora 36.
What is texlive-bgteubner
The bgteubner document class has been programmed by order of the Teubner Verlag, Wiesbaden, Germany, to ensure that books of this publisher have a unique layout. Unfortunately, most of the documentation is only available in German. Since the document class is intended to generate a unique layout, many things (layout etc.) are fixed and cannot be altered by the user. If you want to use the document class for another purpose than publishing with the Teubner Verlag, this may arrise unwanted restrictions (For instance, the document class provides only two paper sizes families are supported
We can use yum or dnf to install texlive-bgteubner on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-bgteubner.
Install texlive-bgteubner 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-bgteubner using dnf by running the following command:
sudo dnf -y install texlive-bgteubner
Install texlive-bgteubner 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-bgteubner using yum by running the following command:
sudo yum -y install texlive-bgteubner
How To Uninstall texlive-bgteubner on Fedora 36
To uninstall only the texlive-bgteubner package we can use the following command:
sudo dnf remove texlive-bgteubner
texlive-bgteubner Package Contents on Fedora 36
/usr/share/licenses/texlive-bgteubner
/usr/share/licenses/texlive-bgteubner/lppl1.txt
/usr/share/texlive/texmf-dist/bibtex/bst/bgteubner
/usr/share/texlive/texmf-dist/bibtex/bst/bgteubner/bgteuabbr.bst
/usr/share/texlive/texmf-dist/bibtex/bst/bgteubner/bgteuabbr2.bst
/usr/share/texlive/texmf-dist/bibtex/bst/bgteubner/bgteupln.bst
/usr/share/texlive/texmf-dist/bibtex/bst/bgteubner/bgteupln2.bst
/usr/share/texlive/texmf-dist/bibtex/bst/bgteubner/bgteupln3.bst
/usr/share/texlive/texmf-dist/makeindex/bgteubner
/usr/share/texlive/texmf-dist/makeindex/bgteubner/bgteubner.ist
/usr/share/texlive/texmf-dist/makeindex/bgteubner/bgteuglo.ist
/usr/share/texlive/texmf-dist/makeindex/bgteubner/bgteuglochar.ist
/usr/share/texlive/texmf-dist/tex/latex/bgteubner
/usr/share/texlive/texmf-dist/tex/latex/bgteubner/bgteubner.cls
/usr/share/texlive/texmf-dist/tex/latex/bgteubner/hhfixme.sty
/usr/share/texlive/texmf-dist/tex/latex/bgteubner/hhsubfigure.sty
/usr/share/texlive/texmf-dist/tex/latex/bgteubner/ptmxcomp.sty
References
Summary
In this tutorial we learn how to install texlive-bgteubner on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).