How To Install perl-Lingua-PT-Stemmer on Fedora 36

In this tutorial we learn how to install perl-Lingua-PT-Stemmer in Fedora 36. perl-Lingua-PT-Stemmer is Portuguese language stemming

Introduction

In this tutorial we learn how to install perl-Lingua-PT-Stemmer on Fedora 36.

What is perl-Lingua-PT-Stemmer

This module implements a Portuguese stemming algorithm proposed in the paper A Stemming Algorithm for the Portuguese Language by Moreira, V. and Huyck, C.

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

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

sudo dnf -y install perl-Lingua-PT-Stemmer

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

sudo yum -y install perl-Lingua-PT-Stemmer

How To Uninstall perl-Lingua-PT-Stemmer on Fedora 36

To uninstall only the perl-Lingua-PT-Stemmer package we can use the following command:

sudo dnf remove perl-Lingua-PT-Stemmer

perl-Lingua-PT-Stemmer Package Contents on Fedora 36

/usr/share/doc/perl-Lingua-PT-Stemmer
/usr/share/doc/perl-Lingua-PT-Stemmer/Changes
/usr/share/doc/perl-Lingua-PT-Stemmer/README
/usr/share/man/man3/Lingua::GL::Stemmer.3pm.gz
/usr/share/man/man3/Lingua::PT::Stemmer.3pm.gz
/usr/share/perl5/vendor_perl/Lingua
/usr/share/perl5/vendor_perl/Lingua/GL
/usr/share/perl5/vendor_perl/Lingua/GL/Stemmer.pm
/usr/share/perl5/vendor_perl/Lingua/PT
/usr/share/perl5/vendor_perl/Lingua/PT/Stemmer.pm

References

Summary

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