How To Install texlive-hrlatex on Fedora 36

In this tutorial we learn how to install texlive-hrlatex in Fedora 36. texlive-hrlatex is LaTeX support for Croatian documents

Introduction

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

What is texlive-hrlatex

This package simplifies creation of new documents for the (average) Croatian user. As an example, a class file hrdipl.cls (designed for the graduation thesis at the University of Zagreb) and sample thesis documents are included.

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

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

sudo dnf -y install texlive-hrlatex

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

sudo yum -y install texlive-hrlatex

How To Uninstall texlive-hrlatex on Fedora 36

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

sudo dnf remove texlive-hrlatex

texlive-hrlatex Package Contents on Fedora 36

/usr/share/licenses/texlive-hrlatex
/usr/share/licenses/texlive-hrlatex/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/hrlatex
/usr/share/texlive/texmf-dist/tex/latex/hrlatex/fsbispit.cls
/usr/share/texlive/texmf-dist/tex/latex/hrlatex/fsbmath.sty
/usr/share/texlive/texmf-dist/tex/latex/hrlatex/hrlatex.sty

References

Summary

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