How To Install texlive-geschichtsfrkl on Fedora 36

In this tutorial we learn how to install texlive-geschichtsfrkl in Fedora 36. texlive-geschichtsfrkl is BibLaTeX style for historians

Introduction

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

What is texlive-geschichtsfrkl

The package provides a BibLaTeX style, (mostly) meeting the requirements of the History Faculty of the University of Freiburg (Germany).

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

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

sudo dnf -y install texlive-geschichtsfrkl

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

sudo yum -y install texlive-geschichtsfrkl

How To Uninstall texlive-geschichtsfrkl on Fedora 36

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

sudo dnf remove texlive-geschichtsfrkl

texlive-geschichtsfrkl Package Contents on Fedora 36

/usr/share/licenses/texlive-geschichtsfrkl
/usr/share/licenses/texlive-geschichtsfrkl/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/geschichtsfrkl
/usr/share/texlive/texmf-dist/tex/latex/geschichtsfrkl/geschichtsfrkl.bbx
/usr/share/texlive/texmf-dist/tex/latex/geschichtsfrkl/geschichtsfrkl.cbx
/usr/share/texlive/texmf-dist/tex/latex/geschichtsfrkl/geschichtsfrkldoc.sty

References

Summary

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