How To Install perl-Lingua-EN-Fathom on Fedora 36

In this tutorial we learn how to install perl-Lingua-EN-Fathom in Fedora 36. perl-Lingua-EN-Fathom is Measure readability of English text

Introduction

In this tutorial we learn how to install perl-Lingua-EN-Fathom on Fedora 36.

What is perl-Lingua-EN-Fathom

This module analyses English text in either a string or file. Totals are then calculated for the number of characters, words, sentences, blank and non blank (text) lines and paragraphs.

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

Install perl-Lingua-EN-Fathom 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 perl-Lingua-EN-Fathom using dnf by running the following command:

sudo dnf -y install perl-Lingua-EN-Fathom

Install perl-Lingua-EN-Fathom 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 perl-Lingua-EN-Fathom using yum by running the following command:

sudo yum -y install perl-Lingua-EN-Fathom

How To Uninstall perl-Lingua-EN-Fathom on Fedora 36

To uninstall only the perl-Lingua-EN-Fathom package we can use the following command:

sudo dnf remove perl-Lingua-EN-Fathom

perl-Lingua-EN-Fathom Package Contents on Fedora 36

/usr/share/doc/perl-Lingua-EN-Fathom
/usr/share/doc/perl-Lingua-EN-Fathom/Changes
/usr/share/doc/perl-Lingua-EN-Fathom/README
/usr/share/man/man3/Lingua::EN::Fathom.3pm.gz
/usr/share/perl5/vendor_perl/Lingua
/usr/share/perl5/vendor_perl/Lingua/EN
/usr/share/perl5/vendor_perl/Lingua/EN/Fathom.pm

References

Summary

In this tutorial we learn how to install perl-Lingua-EN-Fathom on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).