How To Install texlive-teubner on Fedora 36

In this tutorial we learn how to install texlive-teubner in Fedora 36. texlive-teubner is Philological typesetting of classical Greek

Introduction

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

What is texlive-teubner

An extension to babel greek option for typesetting classical Greek with a philological approach. The package works with the author’s greek fonts using the ‘Lispiakos’ font shape derived from that of the fonts used in printers’ shops in Lispia. The package name honours the publisher B.G. Teubner Verlaggesellschaft whose Greek text publications are of high quality.

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

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

sudo dnf -y install texlive-teubner

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

sudo yum -y install texlive-teubner

How To Uninstall texlive-teubner on Fedora 36

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

sudo dnf remove texlive-teubner

texlive-teubner Package Contents on Fedora 36

/usr/share/licenses/texlive-teubner
/usr/share/licenses/texlive-teubner/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/teubner
/usr/share/texlive/texmf-dist/tex/latex/teubner/teubner.sty
/usr/share/texlive/texmf-dist/tex/latex/teubner/teubnertx.sty

References

Summary

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