How To Install texlive-hyphen-icelandic on Fedora 36

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

Introduction

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

What is texlive-hyphen-icelandic

Hyphenation patterns for Icelandic in T1/EC and UTF-8 encodings.

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

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

sudo dnf -y install texlive-hyphen-icelandic

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

sudo yum -y install texlive-hyphen-icelandic

How To Uninstall texlive-hyphen-icelandic on Fedora 36

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

sudo dnf remove texlive-hyphen-icelandic

texlive-hyphen-icelandic Package Contents on Fedora 36

/usr/share/licenses/texlive-hyphen-icelandic
/usr/share/licenses/texlive-hyphen-icelandic/lppl1.txt
/usr/share/texlive/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-is.tex
/usr/share/texlive/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-is.ec.tex
/usr/share/texlive/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-is.tex
/usr/share/texlive/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-is.pat.txt

References

Summary

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