How To Install texlive-hyphen-coptic on Fedora 36

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

Introduction

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

What is texlive-hyphen-coptic

Hyphenation patterns for Coptic in UTF-8 encoding as well as in ASCII-based encoding for 8-bit engines. The latter can only be used with special Coptic fonts (like CBcoptic). The patterns are considered experimental.

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

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

sudo dnf -y install texlive-hyphen-coptic

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

sudo yum -y install texlive-hyphen-coptic

How To Uninstall texlive-hyphen-coptic on Fedora 36

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

sudo dnf remove texlive-hyphen-coptic

texlive-hyphen-coptic Package Contents on Fedora 36

/usr/share/texlive/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-cop.tex
/usr/share/texlive/texmf-dist/tex/generic/hyph-utf8/patterns/tex-8bit/copthyph.tex
/usr/share/texlive/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-cop.tex
/usr/share/texlive/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-cop.pat.txt

References

Summary

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