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

In this tutorial we learn how to install perl-Lingua-Stem-Ru in Fedora 36. perl-Lingua-Stem-Ru is Porter’s stemming algorithm for Russian (KOI8-R only)

Introduction

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

What is perl-Lingua-Stem-Ru

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-Ru on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Lingua-Stem-Ru.

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

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

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

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

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

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

sudo dnf remove perl-Lingua-Stem-Ru

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

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

References

Summary

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