How To Install texlive-archaeologie on Fedora 36

In this tutorial we learn how to install texlive-archaeologie in Fedora 36. texlive-archaeologie is Citation-style which covers rules of the German Archaeology Institute

Introduction

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

What is texlive-archaeologie

This citation-style covers the citation and bibliography rules of the German Archaeological Institute (DAI). Various options are available to change and adjust the outcome according to one’s own preferences.

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

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

sudo dnf -y install texlive-archaeologie

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

sudo yum -y install texlive-archaeologie

How To Uninstall texlive-archaeologie on Fedora 36

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

sudo dnf remove texlive-archaeologie

texlive-archaeologie Package Contents on Fedora 36

/usr/share/licenses/texlive-archaeologie
/usr/share/licenses/texlive-archaeologie/lppl1.3.txt
/usr/share/texlive/texmf-dist/bibtex/bib/archaeologie
/usr/share/texlive/texmf-dist/bibtex/bib/archaeologie/archaeologie-bibancient.bib
/usr/share/texlive/texmf-dist/bibtex/bib/archaeologie/archaeologie-bibcorpora.bib
/usr/share/texlive/texmf-dist/bibtex/bib/archaeologie/archaeologie-examples.bib
/usr/share/texlive/texmf-dist/bibtex/bib/archaeologie/archaeologie-lstabbrv.bib
/usr/share/texlive/texmf-dist/bibtex/bib/archaeologie/archaeologie-lstlocations.bib
/usr/share/texlive/texmf-dist/bibtex/bib/archaeologie/archaeologie-lstpublishers.bib
/usr/share/texlive/texmf-dist/tex/latex/archaeologie
/usr/share/texlive/texmf-dist/tex/latex/archaeologie/archaeologie.bbx
/usr/share/texlive/texmf-dist/tex/latex/archaeologie/archaeologie.cbx
/usr/share/texlive/texmf-dist/tex/latex/archaeologie/archaeologie.dbx
/usr/share/texlive/texmf-dist/tex/latex/archaeologie/english-archaeologie.lbx
/usr/share/texlive/texmf-dist/tex/latex/archaeologie/french-archaeologie.lbx
/usr/share/texlive/texmf-dist/tex/latex/archaeologie/german-archaeologie.lbx
/usr/share/texlive/texmf-dist/tex/latex/archaeologie/italian-archaeologie.lbx
/usr/share/texlive/texmf-dist/tex/latex/archaeologie/spanish-archaeologie.lbx

References

Summary

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