How To Install perl-Snowball-Norwegian on Fedora 36

In this tutorial we learn how to install perl-Snowball-Norwegian in Fedora 36. perl-Snowball-Norwegian is Porter’s stemming algorithm for Norwegian

Introduction

In this tutorial we learn how to install perl-Snowball-Norwegian on Fedora 36.

What is perl-Snowball-Norwegian

The stem function takes a scalar as a parameter and stems the word according to Martin Porter’s Norwegian stemming algorithm, which can be found at the Snowball website

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

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

sudo dnf -y install perl-Snowball-Norwegian

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

sudo yum -y install perl-Snowball-Norwegian

How To Uninstall perl-Snowball-Norwegian on Fedora 36

To uninstall only the perl-Snowball-Norwegian package we can use the following command:

sudo dnf remove perl-Snowball-Norwegian

perl-Snowball-Norwegian Package Contents on Fedora 36

/usr/bin/stemmer-no
/usr/share/doc/perl-Snowball-Norwegian
/usr/share/doc/perl-Snowball-Norwegian/Changes
/usr/share/doc/perl-Snowball-Norwegian/README
/usr/share/doc/perl-Snowball-Norwegian/examples
/usr/share/doc/perl-Snowball-Norwegian/examples/stemmer.pl
/usr/share/licenses/perl-Snowball-Norwegian
/usr/share/licenses/perl-Snowball-Norwegian/LICENSE
/usr/share/man/man3/Lingua::Stem::Snowball::No.3pm.gz
/usr/share/perl5/vendor_perl/Lingua
/usr/share/perl5/vendor_perl/Lingua/Stem
/usr/share/perl5/vendor_perl/Lingua/Stem/Snowball
/usr/share/perl5/vendor_perl/Lingua/Stem/Snowball/No.pm

References

Summary

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