How To Install python3-snowballstemmer on Rocky Linux 8

In this tutorial we learn how to install python3-snowballstemmer on Rocky Linux 8. python3-snowballstemmer is Provides 16 stemmer algorithms generated from Snowball algorithms

Introduction

In this tutorial we learn how to install python3-snowballstemmer on Rocky Linux 8.

What is python3-snowballstemmer

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.

We can use yum or dnf to install python3-snowballstemmer on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install python3-snowballstemmer.

Install python3-snowballstemmer on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python3-snowballstemmer using dnf by running the following command:

sudo dnf -y install python3-snowballstemmer

Install python3-snowballstemmer on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python3-snowballstemmer using yum by running the following command:

sudo yum -y install python3-snowballstemmer

How To Uninstall python3-snowballstemmer on Rocky Linux 8

To uninstall only the python3-snowballstemmer package we can use the following command:

sudo dnf remove python3-snowballstemmer

python3-snowballstemmer Package Contents on Rocky Linux 8

/usr/lib/python3.6/site-packages/snowballstemmer
/usr/lib/python3.6/site-packages/snowballstemmer-1.2.1-py3.6.egg-info
/usr/lib/python3.6/site-packages/snowballstemmer/__init__.py
/usr/lib/python3.6/site-packages/snowballstemmer/__pycache__
/usr/lib/python3.6/site-packages/snowballstemmer/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/snowballstemmer/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/snowballstemmer/__pycache__/among.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/snowballstemmer/__pycache__/among.cpython-36.pyc
/usr/lib/python3.6/site-packages/snowballstemmer/__pycache__/basestemmer.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/snowballstemmer/__pycache__/basestemmer.cpython-36.pyc
/usr/lib/python3.6/site-packages/snowballstemmer/__pycache__/danish_stemmer.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/snowballstemmer/__pycache__/danish_stemmer.cpython-36.pyc
/usr/lib/python3.6/site-packages/snowballstemmer/__pycache__/dutch_stemmer.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/snowballstemmer/__pycache__/dutch_stemmer.cpython-36.pyc
/usr/lib/python3.6/site-packages/snowballstemmer/__pycache__/english_stemmer.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/snowballstemmer/__pycache__/english_stemmer.cpython-36.pyc
/usr/lib/python3.6/site-packages/snowballstemmer/__pycache__/finnish_stemmer.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/snowballstemmer/__pycache__/finnish_stemmer.cpython-36.pyc
/usr/lib/python3.6/site-packages/snowballstemmer/__pycache__/french_stemmer.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/snowballstemmer/__pycache__/french_stemmer.cpython-36.pyc
/usr/lib/python3.6/site-packages/snowballstemmer/__pycache__/german_stemmer.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/snowballstemmer/__pycache__/german_stemmer.cpython-36.pyc
/usr/lib/python3.6/site-packages/snowballstemmer/__pycache__/hungarian_stemmer.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/snowballstemmer/__pycache__/hungarian_stemmer.cpython-36.pyc
/usr/lib/python3.6/site-packages/snowballstemmer/__pycache__/italian_stemmer.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/snowballstemmer/__pycache__/italian_stemmer.cpython-36.pyc
/usr/lib/python3.6/site-packages/snowballstemmer/__pycache__/norwegian_stemmer.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/snowballstemmer/__pycache__/norwegian_stemmer.cpython-36.pyc
/usr/lib/python3.6/site-packages/snowballstemmer/__pycache__/porter_stemmer.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/snowballstemmer/__pycache__/porter_stemmer.cpython-36.pyc
/usr/lib/python3.6/site-packages/snowballstemmer/__pycache__/portuguese_stemmer.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/snowballstemmer/__pycache__/portuguese_stemmer.cpython-36.pyc
/usr/lib/python3.6/site-packages/snowballstemmer/__pycache__/romanian_stemmer.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/snowballstemmer/__pycache__/romanian_stemmer.cpython-36.pyc
/usr/lib/python3.6/site-packages/snowballstemmer/__pycache__/russian_stemmer.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/snowballstemmer/__pycache__/russian_stemmer.cpython-36.pyc
/usr/lib/python3.6/site-packages/snowballstemmer/__pycache__/spanish_stemmer.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/snowballstemmer/__pycache__/spanish_stemmer.cpython-36.pyc
/usr/lib/python3.6/site-packages/snowballstemmer/__pycache__/swedish_stemmer.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/snowballstemmer/__pycache__/swedish_stemmer.cpython-36.pyc
/usr/lib/python3.6/site-packages/snowballstemmer/__pycache__/turkish_stemmer.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/snowballstemmer/__pycache__/turkish_stemmer.cpython-36.pyc
/usr/lib/python3.6/site-packages/snowballstemmer/among.py
/usr/lib/python3.6/site-packages/snowballstemmer/basestemmer.py
/usr/lib/python3.6/site-packages/snowballstemmer/danish_stemmer.py
/usr/lib/python3.6/site-packages/snowballstemmer/dutch_stemmer.py
/usr/lib/python3.6/site-packages/snowballstemmer/english_stemmer.py
/usr/lib/python3.6/site-packages/snowballstemmer/finnish_stemmer.py
/usr/lib/python3.6/site-packages/snowballstemmer/french_stemmer.py
/usr/lib/python3.6/site-packages/snowballstemmer/german_stemmer.py
/usr/lib/python3.6/site-packages/snowballstemmer/hungarian_stemmer.py
/usr/lib/python3.6/site-packages/snowballstemmer/italian_stemmer.py
/usr/lib/python3.6/site-packages/snowballstemmer/norwegian_stemmer.py
/usr/lib/python3.6/site-packages/snowballstemmer/porter_stemmer.py
/usr/lib/python3.6/site-packages/snowballstemmer/portuguese_stemmer.py
/usr/lib/python3.6/site-packages/snowballstemmer/romanian_stemmer.py
/usr/lib/python3.6/site-packages/snowballstemmer/russian_stemmer.py
/usr/lib/python3.6/site-packages/snowballstemmer/spanish_stemmer.py
/usr/lib/python3.6/site-packages/snowballstemmer/swedish_stemmer.py
/usr/lib/python3.6/site-packages/snowballstemmer/turkish_stemmer.py
/usr/share/doc/python3-snowballstemmer
/usr/share/doc/python3-snowballstemmer/README.rst
/usr/share/licenses/python3-snowballstemmer
/usr/share/licenses/python3-snowballstemmer/LICENSE.rst

References

Summary

In this tutorial we learn how to install python3-snowballstemmer on Rocky Linux 8 using yum and dnf.