How to Install and Uninstall python2-snowballstemmer Package on openSUSE Leap

Last updated: May 17,2024

1. Install "python2-snowballstemmer" package

Please follow the instructions below to install python2-snowballstemmer on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-snowballstemmer

2. Uninstall "python2-snowballstemmer" package

Here is a brief guide to show you how to uninstall python2-snowballstemmer on openSUSE Leap:

$ sudo zypper remove python2-snowballstemmer

3. Information about the python2-snowballstemmer package on openSUSE Leap

Information for package python2-snowballstemmer:
------------------------------------------------
Repository : Main Repository
Name : python2-snowballstemmer
Version : 1.2.1-3.2.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 1,1 MiB
Installed : No
Status : not installed
Source package : python-snowballstemmer-1.2.1-3.2.1.src
Summary : This package provides 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.