How To Install hyphen-pl on Fedora 36

In this tutorial we learn how to install hyphen-pl in Fedora 36. hyphen-pl is Polish hyphenation rules

Introduction

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

What is hyphen-pl

Polish hyphenation rules.

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

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

sudo dnf -y install hyphen-pl

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

sudo yum -y install hyphen-pl

How To Uninstall hyphen-pl on Fedora 36

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

sudo dnf remove hyphen-pl

hyphen-pl Package Contents on Fedora 36

/usr/share/doc/hyphen-pl
/usr/share/doc/hyphen-pl/README_hyph_pl_PL.txt
/usr/share/hyphen/hyph_pl_PL.dic

References

Summary

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