How To Install texlive-jura on Fedora 36

In this tutorial we learn how to install texlive-jura in Fedora 36. texlive-jura is A document class for German legal texts

Introduction

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

What is texlive-jura

Implements the standard layout for German term papers in law (one-and-half linespacing, 7 cm margins, etc.). Includes alphanum that permits alphanumeric section numbering (e.g., A. Introduction; III. International Law).

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

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

sudo dnf -y install texlive-jura

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

sudo yum -y install texlive-jura

How To Uninstall texlive-jura on Fedora 36

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

sudo dnf remove texlive-jura

texlive-jura Package Contents on Fedora 36

/usr/share/licenses/texlive-jura
/usr/share/licenses/texlive-jura/gpl.txt
/usr/share/texlive/texmf-dist/tex/latex/jura
/usr/share/texlive/texmf-dist/tex/latex/jura/alphanum.sty
/usr/share/texlive/texmf-dist/tex/latex/jura/jura.cls

References

Summary

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