How To Install texlive-msg on Fedora 36

In this tutorial we learn how to install texlive-msg in Fedora 36. texlive-msg is A package for LaTeX localisation

Introduction

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

What is texlive-msg

The package is designed to localise any document class or package. This should be very useful for end-users who could obtain messages in their own preferred language. It is really easy to use by writers of other classes and packages. Volunteers are urged to test the package, report, and even to localise the message file to their own language. Documentation is provided in English.

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

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

sudo dnf -y install texlive-msg

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

sudo yum -y install texlive-msg

How To Uninstall texlive-msg on Fedora 36

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

sudo dnf remove texlive-msg

texlive-msg Package Contents on Fedora 36

/usr/share/licenses/texlive-msg
/usr/share/licenses/texlive-msg/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/msg
/usr/share/texlive/texmf-dist/tex/latex/msg/french_msg-msg.tex
/usr/share/texlive/texmf-dist/tex/latex/msg/german_msg-msg.tex
/usr/share/texlive/texmf-dist/tex/latex/msg/msg-msg.tex
/usr/share/texlive/texmf-dist/tex/latex/msg/msg.sty
/usr/share/texlive/texmf-dist/tex/latex/msg/norsk_msg-msg.tex

References

Summary

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