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

In this tutorial we learn how to install perl-Lingua-Stem-It in Fedora 36. perl-Lingua-Stem-It is Porter’s stemming algorithm for Italian

Introduction

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

What is perl-Lingua-Stem-It

This module applies the Porter Stemming Algorithm to its parameters, returning the stemmed words.

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

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

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

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

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

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

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

sudo dnf remove perl-Lingua-Stem-It

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

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

References

Summary

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