How To Install texlive-hyphen-esperanto on Fedora 36

In this tutorial we learn how to install texlive-hyphen-esperanto in Fedora 36. texlive-hyphen-esperanto is Esperanto hyphenation patterns

Introduction

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

What is texlive-hyphen-esperanto

Hyphenation patterns for Esperanto ISO Latin 3 and UTF-8 encodings. Note that TeX distributions don’t ship any suitable fonts in Latin 3 encoding, so unless you create your own font support or want to use MlTeX, using native Unicode engines is highly recommended.

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

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

sudo dnf -y install texlive-hyphen-esperanto

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

sudo yum -y install texlive-hyphen-esperanto

How To Uninstall texlive-hyphen-esperanto on Fedora 36

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

sudo dnf remove texlive-hyphen-esperanto

texlive-hyphen-esperanto Package Contents on Fedora 36

/usr/share/texlive/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-eo.tex
/usr/share/texlive/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-eo.il3.tex
/usr/share/texlive/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-eo.tex
/usr/share/texlive/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-eo.pat.txt

References

Summary

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