How To Install texlive-luahyphenrules on Fedora 36
Introduction
In this tutorial we learn how to install texlive-luahyphenrules on Fedora 36.
What is texlive-luahyphenrules
Preloading hyphenation patterns (or ‘hyphen rules.) into any format based upon LuaTeX is not required in LuaTeX and recent releases of babel don’t do it anyway. This package is addressed to those who just want to select the languages and load their patterns by means of
language.datwithout loadingbabel.
We can use yum or dnf to install texlive-luahyphenrules on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-luahyphenrules.
Install texlive-luahyphenrules 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-luahyphenrules using dnf by running the following command:
sudo dnf -y install texlive-luahyphenrules
Install texlive-luahyphenrules 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-luahyphenrules using yum by running the following command:
sudo yum -y install texlive-luahyphenrules
How To Uninstall texlive-luahyphenrules on Fedora 36
To uninstall only the texlive-luahyphenrules package we can use the following command:
sudo dnf remove texlive-luahyphenrules
texlive-luahyphenrules Package Contents on Fedora 36
/usr/share/licenses/texlive-luahyphenrules
/usr/share/licenses/texlive-luahyphenrules/lppl1.3.txt
/usr/share/texlive/texmf-dist/doc/lualatex/luahyphenrules
/usr/share/texlive/texmf-dist/doc/lualatex/luahyphenrules/README.md
/usr/share/texlive/texmf-dist/doc/lualatex/luahyphenrules/luahyphenrules.pdf
/usr/share/texlive/texmf-dist/doc/lualatex/luahyphenrules/luahyphenrules.tex
/usr/share/texlive/texmf-dist/tex/lualatex/luahyphenrules
/usr/share/texlive/texmf-dist/tex/lualatex/luahyphenrules/luahyphenrules.sty
References
Summary
In this tutorial we learn how to install texlive-luahyphenrules on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).