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

In this tutorial we learn how to install perl-Lingua-EN-Sentence in Fedora 36. perl-Lingua-EN-Sentence is Module for splitting text into sentences

Introduction

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

What is perl-Lingua-EN-Sentence

The Lingua splits text into its constituent sentences, based on a regular expression and a list of abbreviations (built in and given).

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

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

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

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

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

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

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

sudo dnf remove perl-Lingua-EN-Sentence

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

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

References

Summary

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