How To Install texlive-tracklang on Fedora 36
Introduction
In this tutorial we learn how to install texlive-tracklang on Fedora 36.
What is texlive-tracklang
The tracklang package is provided for package developers who want a simple interface to find out which languages the user has requested through packages such as babel or polyglossia. This package does not provide any translations! Its purpose is simply to track which languages have been requested by the user. Generic TeX code is in tracklang.tex for non-LaTeX users.
We can use yum or dnf to install texlive-tracklang on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-tracklang.
Install texlive-tracklang 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-tracklang using dnf by running the following command:
sudo dnf -y install texlive-tracklang
Install texlive-tracklang 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-tracklang using yum by running the following command:
sudo yum -y install texlive-tracklang
How To Uninstall texlive-tracklang on Fedora 36
To uninstall only the texlive-tracklang package we can use the following command:
sudo dnf remove texlive-tracklang
texlive-tracklang Package Contents on Fedora 36
/usr/share/licenses/texlive-tracklang
/usr/share/licenses/texlive-tracklang/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/generic/tracklang
/usr/share/texlive/texmf-dist/tex/generic/tracklang/tracklang-region-codes.tex
/usr/share/texlive/texmf-dist/tex/generic/tracklang/tracklang-scripts.tex
/usr/share/texlive/texmf-dist/tex/generic/tracklang/tracklang.tex
/usr/share/texlive/texmf-dist/tex/latex/tracklang
/usr/share/texlive/texmf-dist/tex/latex/tracklang/tracklang-scripts.sty
/usr/share/texlive/texmf-dist/tex/latex/tracklang/tracklang.sty
References
Summary
In this tutorial we learn how to install texlive-tracklang on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).