How to Install and Uninstall perl-Lingua-Stem-Snowball.x86_64 Package on Fedora 38

Last updated: September 28,2024

1. Install "perl-Lingua-Stem-Snowball.x86_64" package

This is a short guide on how to install perl-Lingua-Stem-Snowball.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install perl-Lingua-Stem-Snowball.x86_64

2. Uninstall "perl-Lingua-Stem-Snowball.x86_64" package

Please follow the steps below to uninstall perl-Lingua-Stem-Snowball.x86_64 on Fedora 38:

$ sudo dnf remove perl-Lingua-Stem-Snowball.x86_64 $ sudo dnf autoremove

3. Information about the perl-Lingua-Stem-Snowball.x86_64 package on Fedora 38

Last metadata expiration check: 0:53:16 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : perl-Lingua-Stem-Snowball
Version : 0.952
Release : 45.fc38
Architecture : x86_64
Size : 90 k
Source : perl-Lingua-Stem-Snowball-0.952-45.fc38.src.rpm
Repository : fedora
Summary : Perl interface to Snowball stemmers
URL : https://metacpan.org/release/Lingua-Stem-Snowball
License : (GPL+ or Artistic) and BSD
Description : Stemming reduces related words to a common root form -- for instance,
: "horse", "horses", and "horsing" all become "hors". Most commonly,
: stemming is deployed as part of a search application, allowing
: searches for a given term to match documents which contain other forms
: of that term.
:
: This module is very similar to Lingua::Stem -- however, Lingua::Stem
: is pure Perl, while Lingua::Stem::Snowball is an XS module which
: provides a Perl interface to the C version of the Snowball
: stemmers.