How to Install and Uninstall python3-snowballstemmer.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 11,2024

1. Install "python3-snowballstemmer.noarch" package

This guide covers the steps necessary to install python3-snowballstemmer.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "python3-snowballstemmer.noarch" package

This is a short guide on how to uninstall python3-snowballstemmer.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the python3-snowballstemmer.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:28:18 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python3-snowballstemmer
Version : 1.2.1
Release : 6.el8
Architecture : noarch
Size : 108 k
Source : python-snowballstemmer-1.2.1-6.el8.src.rpm
Repository : ubi-8-codeready-builder-rpms
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.