How To Install texlive-ukrhyph on Fedora 36

In this tutorial we learn how to install texlive-ukrhyph in Fedora 36. texlive-ukrhyph is Hyphenation Patterns for Ukrainian

Introduction

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

What is texlive-ukrhyph

A range of patterns, depending on the encoding of the output font (including the standard T2A, so one can use the patterns with free fonts).

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

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

sudo dnf -y install texlive-ukrhyph

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

sudo yum -y install texlive-ukrhyph

How To Uninstall texlive-ukrhyph on Fedora 36

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

sudo dnf remove texlive-ukrhyph

texlive-ukrhyph Package Contents on Fedora 36

/usr/share/licenses/texlive-ukrhyph
/usr/share/licenses/texlive-ukrhyph/lppl1.txt
/usr/share/texlive/texmf-dist/tex/generic/ukrhyph
/usr/share/texlive/texmf-dist/tex/generic/ukrhyph/catlcy.tex
/usr/share/texlive/texmf-dist/tex/generic/ukrhyph/lcy2koi.tex
/usr/share/texlive/texmf-dist/tex/generic/ukrhyph/lcy2lcy.tex
/usr/share/texlive/texmf-dist/tex/generic/ukrhyph/lcy2ot2.tex
/usr/share/texlive/texmf-dist/tex/generic/ukrhyph/lcy2t2a.tex
/usr/share/texlive/texmf-dist/tex/generic/ukrhyph/lcy2ucy.tex
/usr/share/texlive/texmf-dist/tex/generic/ukrhyph/rules60.tex
/usr/share/texlive/texmf-dist/tex/generic/ukrhyph/rules90.tex
/usr/share/texlive/texmf-dist/tex/generic/ukrhyph/rules_ph.tex
/usr/share/texlive/texmf-dist/tex/generic/ukrhyph/ukrenhyp.tex
/usr/share/texlive/texmf-dist/tex/generic/ukrhyph/ukrhypfa.tex
/usr/share/texlive/texmf-dist/tex/generic/ukrhyph/ukrhyph.koi
/usr/share/texlive/texmf-dist/tex/generic/ukrhyph/ukrhyph.lcy
/usr/share/texlive/texmf-dist/tex/generic/ukrhyph/ukrhyph.ot2
/usr/share/texlive/texmf-dist/tex/generic/ukrhyph/ukrhyph.t2a
/usr/share/texlive/texmf-dist/tex/generic/ukrhyph/ukrhyph.tex
/usr/share/texlive/texmf-dist/tex/generic/ukrhyph/ukrhyph.ucy
/usr/share/texlive/texmf-dist/tex/generic/ukrhyph/ukrhypmp.tex
/usr/share/texlive/texmf-dist/tex/generic/ukrhyph/ukrhypmt.tex
/usr/share/texlive/texmf-dist/tex/generic/ukrhyph/ukrhypsm.tex
/usr/share/texlive/texmf-dist/tex/generic/ukrhyph/ukrhypst.tex

References

Summary

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