How To Install texlive-hyphen-dutch on Fedora 36

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

Introduction

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

What is texlive-hyphen-dutch

Hyphenation patterns for Dutch in T1/EC and UTF-8 encodings. These patterns don’t handle cases like ‘menuutje’ > ‘menu-tje’, and don’t hyphenate words that have different hyphenations according to their meaning.

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

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

sudo dnf -y install texlive-hyphen-dutch

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

sudo yum -y install texlive-hyphen-dutch

How To Uninstall texlive-hyphen-dutch on Fedora 36

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

sudo dnf remove texlive-hyphen-dutch

texlive-hyphen-dutch Package Contents on Fedora 36

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

References

Summary

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