How To Install texlive-mltex on Fedora 36

In this tutorial we learn how to install texlive-mltex in Fedora 36. texlive-mltex is The MLTeX system

Introduction

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

What is texlive-mltex

MLTeX is a modification of TeX version >=3.0 that allows the hyphenation of words with accented letters using ordinary Computer Modern (CM) fonts. The system is distributed as a TeX change file.

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

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

sudo dnf -y install texlive-mltex

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

sudo yum -y install texlive-mltex

How To Uninstall texlive-mltex on Fedora 36

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

sudo dnf remove texlive-mltex

texlive-mltex Package Contents on Fedora 36

/usr/bin/mllatex
/usr/bin/mltex
/usr/share/licenses/texlive-mltex
/usr/share/licenses/texlive-mltex/knuth.txt
/usr/share/texlive/fmtutil.cnf.d/mltex
/usr/share/texlive/texmf-dist/doc/latex/mltex
/usr/share/texlive/texmf-dist/doc/latex/mltex/README
/usr/share/texlive/texmf-dist/doc/latex/mltex/mltex.txt
/usr/share/texlive/texmf-dist/doc/latex/mltex/testmlft.dvi
/usr/share/texlive/texmf-dist/doc/latex/mltex/testmlft.tex
/usr/share/texlive/texmf-dist/doc/latex/mltex/testmlsw.dvi
/usr/share/texlive/texmf-dist/doc/latex/mltex/testmlsw.tex
/usr/share/texlive/texmf-dist/tex/latex/mltex
/usr/share/texlive/texmf-dist/tex/latex/mltex/lo1enc.def
/usr/share/texlive/texmf-dist/tex/latex/mltex/mlltxchg.def
/usr/share/texlive/texmf-dist/tex/latex/mltex/mltex.sty
/usr/share/texlive/texmf-dist/tex/mltex
/usr/share/texlive/texmf-dist/tex/mltex/config
/usr/share/texlive/texmf-dist/tex/mltex/config/mltex.ini

References

Summary

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