How To Install texlive-datetime2-serbian on Fedora 36

In this tutorial we learn how to install texlive-datetime2-serbian in Fedora 36. texlive-datetime2-serbian is Serbian language module for the datetime2 package

Introduction

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

What is texlive-datetime2-serbian

This module provides the “serbian” style that can be set using \DTMsetstyle provided by datetime2.sty. It provides both Cyrillic and Latin, Ekavian and Ijekavian variants of Serbian date formats, regionalized and non-regionalized.

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

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

sudo dnf -y install texlive-datetime2-serbian

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

sudo yum -y install texlive-datetime2-serbian

How To Uninstall texlive-datetime2-serbian on Fedora 36

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

sudo dnf remove texlive-datetime2-serbian

texlive-datetime2-serbian Package Contents on Fedora 36

/usr/share/licenses/texlive-datetime2-serbian
/usr/share/licenses/texlive-datetime2-serbian/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/datetime2-serbian
/usr/share/texlive/texmf-dist/tex/latex/datetime2-serbian/datetime2-serbian-base-ascii.ldf
/usr/share/texlive/texmf-dist/tex/latex/datetime2-serbian/datetime2-serbian-base-utf8.ldf
/usr/share/texlive/texmf-dist/tex/latex/datetime2-serbian/datetime2-serbian-base.ldf
/usr/share/texlive/texmf-dist/tex/latex/datetime2-serbian/datetime2-serbian.ldf
/usr/share/texlive/texmf-dist/tex/latex/datetime2-serbian/datetime2-serbianc.ldf
/usr/share/texlive/texmf-dist/tex/latex/datetime2-serbian/datetime2-sr-Cyrl-BA.ldf
/usr/share/texlive/texmf-dist/tex/latex/datetime2-serbian/datetime2-sr-Cyrl-ME.ldf
/usr/share/texlive/texmf-dist/tex/latex/datetime2-serbian/datetime2-sr-Cyrl-RS.ldf
/usr/share/texlive/texmf-dist/tex/latex/datetime2-serbian/datetime2-sr-Cyrl.ldf
/usr/share/texlive/texmf-dist/tex/latex/datetime2-serbian/datetime2-sr-Latn-BA.ldf
/usr/share/texlive/texmf-dist/tex/latex/datetime2-serbian/datetime2-sr-Latn-ME.ldf
/usr/share/texlive/texmf-dist/tex/latex/datetime2-serbian/datetime2-sr-Latn-RS.ldf
/usr/share/texlive/texmf-dist/tex/latex/datetime2-serbian/datetime2-sr-Latn.ldf

References

Summary

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