How to Install and Uninstall perl-Lingua-StopWords.noarch Package on Fedora 34

Last updated: September 28,2024

1. Install "perl-Lingua-StopWords.noarch" package

This tutorial shows how to install perl-Lingua-StopWords.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Lingua-StopWords.noarch

2. Uninstall "perl-Lingua-StopWords.noarch" package

Here is a brief guide to show you how to uninstall perl-Lingua-StopWords.noarch on Fedora 34:

$ sudo dnf remove perl-Lingua-StopWords.noarch $ sudo dnf autoremove

3. Information about the perl-Lingua-StopWords.noarch package on Fedora 34

Last metadata expiration check: 3:39:41 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Lingua-StopWords
Version : 0.09
Release : 36.fc34
Architecture : noarch
Size : 25 k
Source : perl-Lingua-StopWords-0.09-36.fc34.src.rpm
Repository : fedora
Summary : Stop words for several languages
URL : https://metacpan.org/release/Lingua-StopWords
License : GPL+ or Artistic
Description : In keyword search, it is common practice to suppress a collection of
: "stopwords": words such as "the", "and", "maybe", etc. which exist in in a
: large number of documents and do not tell you anything important about any
: document which contains them. This module provides such "stoplists" in
: several languages.