How To Install perl-Lingua-Stem-Fr on Fedora 36

In this tutorial we learn how to install perl-Lingua-Stem-Fr in Fedora 36. perl-Lingua-Stem-Fr is Perl French Stemming

Introduction

In this tutorial we learn how to install perl-Lingua-Stem-Fr on Fedora 36.

What is perl-Lingua-Stem-Fr

This module use the a modified version of the Porter Stemming Algorithm to return a stemmed words.

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

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

sudo dnf -y install perl-Lingua-Stem-Fr

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

sudo yum -y install perl-Lingua-Stem-Fr

How To Uninstall perl-Lingua-Stem-Fr on Fedora 36

To uninstall only the perl-Lingua-Stem-Fr package we can use the following command:

sudo dnf remove perl-Lingua-Stem-Fr

perl-Lingua-Stem-Fr Package Contents on Fedora 36

/usr/share/doc/perl-Lingua-Stem-Fr
/usr/share/doc/perl-Lingua-Stem-Fr/README
/usr/share/man/man3/Lingua::Stem::Fr.3pm.gz
/usr/share/perl5/vendor_perl/Lingua
/usr/share/perl5/vendor_perl/Lingua/Stem
/usr/share/perl5/vendor_perl/Lingua/Stem/Fr.pm

References

Summary

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