How To Install perl-Lingua-Stem on Fedora 36

In this tutorial we learn how to install perl-Lingua-Stem in Fedora 36. perl-Lingua-Stem is Stemming of words

Introduction

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

What is perl-Lingua-Stem

This routine applies stemming algorithms to its parameters, returning the stemmed words as appropriate to the selected locale.

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

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

sudo dnf -y install perl-Lingua-Stem

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

sudo yum -y install perl-Lingua-Stem

How To Uninstall perl-Lingua-Stem on Fedora 36

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

sudo dnf remove perl-Lingua-Stem

perl-Lingua-Stem Package Contents on Fedora 36

/usr/share/doc/perl-Lingua-Stem
/usr/share/doc/perl-Lingua-Stem/Changes
/usr/share/doc/perl-Lingua-Stem/LICENSE
/usr/share/doc/perl-Lingua-Stem/README
/usr/share/licenses/perl-Lingua-Stem
/usr/share/licenses/perl-Lingua-Stem/Artistic_License.txt
/usr/share/licenses/perl-Lingua-Stem/GPL_License.txt
/usr/share/man/man3/Lingua::Stem.3pm.gz
/usr/share/man/man3/Lingua::Stem::AutoLoader.3pm.gz
/usr/share/man/man3/Lingua::Stem::Da.3pm.gz
/usr/share/man/man3/Lingua::Stem::De.3pm.gz
/usr/share/man/man3/Lingua::Stem::En.3pm.gz
/usr/share/man/man3/Lingua::Stem::EnBroken.3pm.gz
/usr/share/man/man3/Lingua::Stem::Gl.3pm.gz
/usr/share/man/man3/Lingua::Stem::No.3pm.gz
/usr/share/man/man3/Lingua::Stem::Pt.3pm.gz
/usr/share/man/man3/Lingua::Stem::Sv.3pm.gz
/usr/share/perl5/vendor_perl/Lingua
/usr/share/perl5/vendor_perl/Lingua/Stem
/usr/share/perl5/vendor_perl/Lingua/Stem.pm
/usr/share/perl5/vendor_perl/Lingua/Stem.pod
/usr/share/perl5/vendor_perl/Lingua/Stem/AutoLoader.pm
/usr/share/perl5/vendor_perl/Lingua/Stem/Da.pm
/usr/share/perl5/vendor_perl/Lingua/Stem/De.pm
/usr/share/perl5/vendor_perl/Lingua/Stem/En.pm
/usr/share/perl5/vendor_perl/Lingua/Stem/EnBroken.pm
/usr/share/perl5/vendor_perl/Lingua/Stem/Gl.pm
/usr/share/perl5/vendor_perl/Lingua/Stem/No.pm
/usr/share/perl5/vendor_perl/Lingua/Stem/Pt.pm
/usr/share/perl5/vendor_perl/Lingua/Stem/Sv.pm

References

Summary

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