How to Install and Uninstall python3-snowballstemmer.noarch Package on Fedora 34

Last updated: July 03,2024

1. Install "python3-snowballstemmer.noarch" package

This guide covers the steps necessary to install python3-snowballstemmer.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-snowballstemmer.noarch

2. Uninstall "python3-snowballstemmer.noarch" package

Please follow the guidance below to uninstall python3-snowballstemmer.noarch on Fedora 34:

$ sudo dnf remove python3-snowballstemmer.noarch $ sudo dnf autoremove

3. Information about the python3-snowballstemmer.noarch package on Fedora 34

Last metadata expiration check: 2:04:21 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-snowballstemmer
Version : 1.9.0
Release : 8.fc34
Architecture : noarch
Size : 149 k
Source : python-snowballstemmer-1.9.0-8.fc34.src.rpm
Repository : fedora
Summary : Provides 16 stemmer algorithms generated from Snowball algorithms
URL : https://pypi.python.org/pypi/snowballstemmer
License : BSD
Description : It includes following language algorithms:
:
: * Danish
: * Dutch
: * English (Standard, Porter)
: * Finnish
: * French
: * German
: * Hungarian
: * Italian
: * Norwegian
: * Portuguese
: * Romanian
: * Russian
: * Spanish
: * Swedish
: * Turkis
:
: This is a pure Python stemming library. If PyStemmer is available, this module
: uses it to accelerate.