How To Install texlive-serbian-def-cyr on Fedora 36
Introduction
In this tutorial we learn how to install texlive-serbian-def-cyr on Fedora 36.
What is texlive-serbian-def-cyr
This package provides abstract, chapter, title, date etc, for serbian language in cyrillic scripts in T2A encoding and cp1251 code pages.
We can use yum or dnf to install texlive-serbian-def-cyr on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-serbian-def-cyr.
Install texlive-serbian-def-cyr 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-serbian-def-cyr using dnf by running the following command:
sudo dnf -y install texlive-serbian-def-cyr
Install texlive-serbian-def-cyr 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-serbian-def-cyr using yum by running the following command:
sudo yum -y install texlive-serbian-def-cyr
How To Uninstall texlive-serbian-def-cyr on Fedora 36
To uninstall only the texlive-serbian-def-cyr package we can use the following command:
sudo dnf remove texlive-serbian-def-cyr
texlive-serbian-def-cyr Package Contents on Fedora 36
/usr/share/licenses/texlive-serbian-def-cyr
/usr/share/licenses/texlive-serbian-def-cyr/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/serbian-def-cyr
/usr/share/texlive/texmf-dist/tex/latex/serbian-def-cyr/serbian-def-cyr.sty
References
Summary
In this tutorial we learn how to install texlive-serbian-def-cyr on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).