How To Install texlive-biblatex-german-legal on Fedora 36

In this tutorial we learn how to install texlive-biblatex-german-legal in Fedora 36. texlive-biblatex-german-legal is Comprehensive citation style for German legal texts

Introduction

In this tutorial we learn how to install texlive-biblatex-german-legal on Fedora 36.

This package aims to provide citation styles (for footnotes and bibliographies) for German legal texts. It is currently focused on citations in books (style german-legal-book), but may be extended to journal articles in the future. Dieses Paket enthalt BibLaTeX-Zitierstile fur die Rechtswissenschaften in Deutschland. Aktuell enthalt es einen auf Monographien in den deutschen Rechtswissenschaften ausgerichteten Zitierstil namens german-legal-book.

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

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install texlive-biblatex-german-legal using dnf by running the following command:

sudo dnf -y install texlive-biblatex-german-legal

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install texlive-biblatex-german-legal using yum by running the following command:

sudo yum -y install texlive-biblatex-german-legal

To uninstall only the texlive-biblatex-german-legal package we can use the following command:

sudo dnf remove texlive-biblatex-german-legal
/usr/share/licenses/texlive-biblatex-german-legal
/usr/share/licenses/texlive-biblatex-german-legal/lppl1.3c.txt
/usr/share/texlive/texmf-dist/doc/latex/biblatex-german-legal
/usr/share/texlive/texmf-dist/doc/latex/biblatex-german-legal/README.md
/usr/share/texlive/texmf-dist/doc/latex/biblatex-german-legal/biblatex-german-legal.pdf
/usr/share/texlive/texmf-dist/doc/latex/biblatex-german-legal/biblatex-german-legal.tex
/usr/share/texlive/texmf-dist/tex/latex/biblatex-german-legal
/usr/share/texlive/texmf-dist/tex/latex/biblatex-german-legal/german-legal-book.bbx
/usr/share/texlive/texmf-dist/tex/latex/biblatex-german-legal/german-legal-book.cbx

References

Summary

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