How To Install perl-TeX-Hyphen on Rocky Linux 8

In this tutorial we learn how to install perl-TeX-Hyphen on Rocky Linux 8. perl-TeX-Hyphen is Hyphenate words using TeX’s patterns

Introduction

In this tutorial we learn how to install perl-TeX-Hyphen on Rocky Linux 8.

What is perl-TeX-Hyphen

Hyphenate words using TeX’s patterns.

We can use yum or dnf to install perl-TeX-Hyphen on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install perl-TeX-Hyphen.

Install perl-TeX-Hyphen on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-TeX-Hyphen using dnf by running the following command:

sudo dnf -y install perl-TeX-Hyphen

Install perl-TeX-Hyphen on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-TeX-Hyphen using yum by running the following command:

sudo yum -y install perl-TeX-Hyphen

How To Uninstall perl-TeX-Hyphen on Rocky Linux 8

To uninstall only the perl-TeX-Hyphen package we can use the following command:

sudo dnf remove perl-TeX-Hyphen

perl-TeX-Hyphen Package Contents on Rocky Linux 8

/usr/share/doc/perl-TeX-Hyphen
/usr/share/doc/perl-TeX-Hyphen/Changes
/usr/share/doc/perl-TeX-Hyphen/README
/usr/share/man/man3/TeX::Hyphen.3pm.gz
/usr/share/man/man3/TeX::Hyphen::czech.3pm.gz
/usr/share/man/man3/TeX::Hyphen::german.3pm.gz
/usr/share/man/man3/TeX::Hyphen::utf8.3pm.gz
/usr/share/perl5/vendor_perl/TeX
/usr/share/perl5/vendor_perl/TeX/Hyphen
/usr/share/perl5/vendor_perl/TeX/Hyphen.pm
/usr/share/perl5/vendor_perl/TeX/Hyphen/czech.pm
/usr/share/perl5/vendor_perl/TeX/Hyphen/german.pm
/usr/share/perl5/vendor_perl/TeX/Hyphen/utf8.pm

References

Summary

In this tutorial we learn how to install perl-TeX-Hyphen on Rocky Linux 8 using yum and dnf.