How to Install and Uninstall python312-snowballstemmer Package on openSuSE Tumbleweed

Last updated: November 23,2024

1. Install "python312-snowballstemmer" package

Please follow the instructions below to install python312-snowballstemmer on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-snowballstemmer

2. Uninstall "python312-snowballstemmer" package

In this section, we are going to explain the necessary steps to uninstall python312-snowballstemmer on openSuSE Tumbleweed:

$ sudo zypper remove python312-snowballstemmer

3. Information about the python312-snowballstemmer package on openSuSE Tumbleweed

Information for package python312-snowballstemmer:
--------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-snowballstemmer
Version : 2.2.0-2.7
Arch : noarch
Vendor : openSUSE
Installed Size : 1.7 MiB
Installed : No
Status : not installed
Source package : python-snowballstemmer-2.2.0-2.7.src
Upstream URL : https://github.com/shibukawa/snowball_py
Summary : 16 stemmer algorithms
Description :
This package provides 16 stemmer algorithms (15 + Poerter English
stemmer) generated from Snowball algorithms. It includes following
language algorithms: Danish, Dutch, English (Standard, Porter),
Finnish, French, German, Hungarian, Italian, Norwegian, Portuguese,
Romanian, Russian, Spanish, Swedish, Turkish. This is a pure Python
stemming library. If PyStemmer is available, this module uses it to
accelerate.