How To Install texlive-hyphen-turkmen on Fedora 36

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

Introduction

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

What is texlive-hyphen-turkmen

Hyphenation patterns for Turkmen in T1/EC and UTF-8 encodings.

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

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

sudo dnf -y install texlive-hyphen-turkmen

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

sudo yum -y install texlive-hyphen-turkmen

How To Uninstall texlive-hyphen-turkmen on Fedora 36

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

sudo dnf remove texlive-hyphen-turkmen

texlive-hyphen-turkmen Package Contents on Fedora 36

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

References

Summary

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