How To Install texlive-hyphen-finnish on Fedora 36

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

Introduction

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

What is texlive-hyphen-finnish

Hyphenation patterns for Finnish in T1 and UTF-8 encodings. The older set, labelled just “fi”, tries to implement etymological rules, while the newer ones (fi-x-school) implements the simpler rules taught at Finnish school.

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

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

sudo dnf -y install texlive-hyphen-finnish

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

sudo yum -y install texlive-hyphen-finnish

How To Uninstall texlive-hyphen-finnish on Fedora 36

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

sudo dnf remove texlive-hyphen-finnish

texlive-hyphen-finnish Package Contents on Fedora 36

/usr/share/licenses/texlive-hyphen-finnish
/usr/share/licenses/texlive-hyphen-finnish/pd.txt
/usr/share/texlive/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-fi-x-school.tex
/usr/share/texlive/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-fi.tex
/usr/share/texlive/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-fi-x-school.ec.tex
/usr/share/texlive/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-fi.ec.tex
/usr/share/texlive/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-fi-x-school.tex
/usr/share/texlive/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-fi.tex
/usr/share/texlive/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-fi-x-school.pat.txt
/usr/share/texlive/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-fi.pat.txt

References

Summary

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