How To Install texlive-hyphen-thai on Fedora 36
Introduction
In this tutorial we learn how to install texlive-hyphen-thai
on Fedora 36.
What is texlive-hyphen-thai
Hyphenation patterns for Thai in LTH and UTF-8 encodings.
We can use yum
or dnf
to install texlive-hyphen-thai
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-hyphen-thai.
Install texlive-hyphen-thai 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-thai
using dnf
by running the following command:
sudo dnf -y install texlive-hyphen-thai
Install texlive-hyphen-thai 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-thai
using yum
by running the following command:
sudo yum -y install texlive-hyphen-thai
How To Uninstall texlive-hyphen-thai on Fedora 36
To uninstall only the texlive-hyphen-thai
package we can use the following command:
sudo dnf remove texlive-hyphen-thai
texlive-hyphen-thai Package Contents on Fedora 36
/usr/share/texlive/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-th.tex
/usr/share/texlive/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-th.lth.tex
/usr/share/texlive/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-th.tex
/usr/share/texlive/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-th.pat.txt
References
Summary
In this tutorial we learn how to install texlive-hyphen-thai
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).