How To Install texlive-langcode on Fedora 36
Introduction
In this tutorial we learn how to install texlive-langcode on Fedora 36.
What is texlive-langcode
The package provides a command \uselangcode{
} to adjust language-dependent settings such as key words, typographical conventions and language codes (ISO 639-1). The package provides a means of selecting macros according to the specified code, for preparing a document that is to be separately typeset in different laguages. The package is dependent on the plainpkg package, and is already in use in the morehype and catcodes packages.
We can use yum or dnf to install texlive-langcode on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-langcode.
Install texlive-langcode 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-langcode using dnf by running the following command:
sudo dnf -y install texlive-langcode
Install texlive-langcode 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-langcode using yum by running the following command:
sudo yum -y install texlive-langcode
How To Uninstall texlive-langcode on Fedora 36
To uninstall only the texlive-langcode package we can use the following command:
sudo dnf remove texlive-langcode
texlive-langcode Package Contents on Fedora 36
/usr/share/licenses/texlive-langcode
/usr/share/licenses/texlive-langcode/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/generic/langcode
/usr/share/texlive/texmf-dist/tex/generic/langcode/langcode.sty
References
Summary
In this tutorial we learn how to install texlive-langcode on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).