How To Install texlive-hyphen-occitan on Fedora 36

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

Introduction

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

What is texlive-hyphen-occitan

Hyphenation patterns for Occitan in T1/EC and UTF-8 encodings. They are supposed to be valid for all the Occitan variants spoken and written in the wide area called ‘Occitanie’ by the French. It ranges from the Val d’Aran within Catalunya, to the South Western Italian Alps encompassing the southern half of the French pentagon.

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

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

sudo dnf -y install texlive-hyphen-occitan

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

sudo yum -y install texlive-hyphen-occitan

How To Uninstall texlive-hyphen-occitan on Fedora 36

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

sudo dnf remove texlive-hyphen-occitan

texlive-hyphen-occitan Package Contents on Fedora 36

/usr/share/licenses/texlive-hyphen-occitan
/usr/share/licenses/texlive-hyphen-occitan/other-free.txt
/usr/share/texlive/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-oc.tex
/usr/share/texlive/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-oc.ec.tex
/usr/share/texlive/texmf-dist/tex/generic/hyph-utf8/patterns/quote/hyph-quote-oc.tex
/usr/share/texlive/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-oc.tex
/usr/share/texlive/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-oc.pat.txt

References

Summary

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