How To Install texlive-hausarbeit-jura on Fedora 36

In this tutorial we learn how to install texlive-hausarbeit-jura in Fedora 36. texlive-hausarbeit-jura is Class for writing “juristiche Hausarbeiten” at German Universities

Introduction

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

What is texlive-hausarbeit-jura

The class was developed for use by students writing legal essays (“juristische Hausarbeit”) at German Universities. It is based on jurabook and jurabib and makes it easy for LaTeX beginners to get a correct and nicely formatted paper.

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

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

sudo dnf -y install texlive-hausarbeit-jura

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

sudo yum -y install texlive-hausarbeit-jura

How To Uninstall texlive-hausarbeit-jura on Fedora 36

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

sudo dnf remove texlive-hausarbeit-jura

texlive-hausarbeit-jura Package Contents on Fedora 36

/usr/share/licenses/texlive-hausarbeit-jura
/usr/share/licenses/texlive-hausarbeit-jura/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/hausarbeit-jura
/usr/share/texlive/texmf-dist/tex/latex/hausarbeit-jura/hausarbeit-jura.cls

References

Summary

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