How To Install texlive-multilang on Fedora 36

In this tutorial we learn how to install texlive-multilang in Fedora 36. texlive-multilang is A LaTeX package for maintaining multiple translations of a document

Introduction

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

What is texlive-multilang

Maintaining a LaTeX document with translations for multiple languages can be cumbersome and error-prone. This package provides a set of macros for defining macros and environments as wrappers around existing macros and environments. These wrappers allow one to clearly specify multiple translations for the arguments to the wrapped macros and environments while only the translation of the document’s language is actually shown. Choosing a translation then is as simple as choosing the document’s language via babel or polyglossia.

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

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

sudo dnf -y install texlive-multilang

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

sudo yum -y install texlive-multilang

How To Uninstall texlive-multilang on Fedora 36

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

sudo dnf remove texlive-multilang

texlive-multilang Package Contents on Fedora 36

/usr/share/licenses/texlive-multilang
/usr/share/licenses/texlive-multilang/lppl1.2.txt
/usr/share/texlive/texmf-dist/doc/latex/multilang
/usr/share/texlive/texmf-dist/doc/latex/multilang/README.md
/usr/share/texlive/texmf-dist/doc/latex/multilang/multilang.pdf
/usr/share/texlive/texmf-dist/tex/latex/multilang
/usr/share/texlive/texmf-dist/tex/latex/multilang/multilang-sect.sty
/usr/share/texlive/texmf-dist/tex/latex/multilang/multilang-tags.sty
/usr/share/texlive/texmf-dist/tex/latex/multilang/multilang.sty

References

Summary

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