How To Install texlive-ruhyphen on Fedora 36

In this tutorial we learn how to install texlive-ruhyphen in Fedora 36. texlive-ruhyphen is Russian hyphenation

Introduction

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

What is texlive-ruhyphen

A collection of Russian hyphenation patterns supporting a number of Cyrillic font encodings, including T2, UCY (Omega Unicode Cyrillic), LCY, LWN (OT2), and koi8-r.

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

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

sudo dnf -y install texlive-ruhyphen

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

sudo yum -y install texlive-ruhyphen

How To Uninstall texlive-ruhyphen on Fedora 36

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

sudo dnf remove texlive-ruhyphen

texlive-ruhyphen Package Contents on Fedora 36

/usr/share/licenses/texlive-ruhyphen
/usr/share/licenses/texlive-ruhyphen/lppl1.txt
/usr/share/texlive/texmf-dist/tex/generic/ruhyphen
/usr/share/texlive/texmf-dist/tex/generic/ruhyphen/catkoi.tex
/usr/share/texlive/texmf-dist/tex/generic/ruhyphen/cyryoal.tex
/usr/share/texlive/texmf-dist/tex/generic/ruhyphen/cyryoas.tex
/usr/share/texlive/texmf-dist/tex/generic/ruhyphen/cyryoct.tex
/usr/share/texlive/texmf-dist/tex/generic/ruhyphen/cyryodv.tex
/usr/share/texlive/texmf-dist/tex/generic/ruhyphen/cyryomg.tex
/usr/share/texlive/texmf-dist/tex/generic/ruhyphen/cyryovl.tex
/usr/share/texlive/texmf-dist/tex/generic/ruhyphen/cyryozn.tex
/usr/share/texlive/texmf-dist/tex/generic/ruhyphen/enrhm2.tex
/usr/share/texlive/texmf-dist/tex/generic/ruhyphen/hypht2.tex
/usr/share/texlive/texmf-dist/tex/generic/ruhyphen/koi2koi.tex
/usr/share/texlive/texmf-dist/tex/generic/ruhyphen/koi2lcy.tex
/usr/share/texlive/texmf-dist/tex/generic/ruhyphen/koi2ot2.tex
/usr/share/texlive/texmf-dist/tex/generic/ruhyphen/koi2t2a.tex
/usr/share/texlive/texmf-dist/tex/generic/ruhyphen/koi2ucy.tex
/usr/share/texlive/texmf-dist/tex/generic/ruhyphen/ruenhyph.tex
/usr/share/texlive/texmf-dist/tex/generic/ruhyphen/ruhyphal.tex
/usr/share/texlive/texmf-dist/tex/generic/ruhyphen/ruhyphas.tex
/usr/share/texlive/texmf-dist/tex/generic/ruhyphen/ruhyphct.tex
/usr/share/texlive/texmf-dist/tex/generic/ruhyphen/ruhyphdv.tex
/usr/share/texlive/texmf-dist/tex/generic/ruhyphen/ruhyphen.tex
/usr/share/texlive/texmf-dist/tex/generic/ruhyphen/ruhyphmg.tex
/usr/share/texlive/texmf-dist/tex/generic/ruhyphen/ruhyphvl.tex
/usr/share/texlive/texmf-dist/tex/generic/ruhyphen/ruhyphzn.tex

References

Summary

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