How To Install texlive-hyphen-greek on Fedora 36
Introduction
In this tutorial we learn how to install texlive-hyphen-greek on Fedora 36.
What is texlive-hyphen-greek
Hyphenation patterns for Modern Greek in monotonic and polytonic spelling in LGR and UTF-8 encodings. Patterns in UTF- 8 use two code positions for each of the vowels with acute accent (a.k.a tonos, oxia), e.g., U+03AC, U+1F71 for alpha.
We can use yum or dnf to install texlive-hyphen-greek on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-hyphen-greek.
Install texlive-hyphen-greek 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-greek using dnf by running the following command:
sudo dnf -y install texlive-hyphen-greek
Install texlive-hyphen-greek 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-greek using yum by running the following command:
sudo yum -y install texlive-hyphen-greek
How To Uninstall texlive-hyphen-greek on Fedora 36
To uninstall only the texlive-hyphen-greek package we can use the following command:
sudo dnf remove texlive-hyphen-greek
texlive-hyphen-greek Package Contents on Fedora 36
/usr/share/texlive/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-el-monoton.tex
/usr/share/texlive/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-el-polyton.tex
/usr/share/texlive/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-el-monoton.tex
/usr/share/texlive/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-el-polyton.tex
/usr/share/texlive/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-el-monoton.pat.txt
/usr/share/texlive/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-el-polyton.pat.txt
/usr/share/texlive/texmf-dist/tex/generic/hyphen/grmhyph5.tex
/usr/share/texlive/texmf-dist/tex/generic/hyphen/grphyph5.tex
References
Summary
In this tutorial we learn how to install texlive-hyphen-greek on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).