How to Install and Uninstall python38-Levenshtein Package on openSuSE Tumbleweed

Last updated: September 28,2024

1. Install "python38-Levenshtein" package

Please follow the step by step instructions below to install python38-Levenshtein on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-Levenshtein

2. Uninstall "python38-Levenshtein" package

Please follow the instructions below to uninstall python38-Levenshtein on openSuSE Tumbleweed:

$ sudo zypper remove python38-Levenshtein

3. Information about the python38-Levenshtein package on openSuSE Tumbleweed

Information for package python38-Levenshtein:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-Levenshtein
Version : 0.12.0-4.12
Arch : x86_64
Vendor : openSUSE
Installed Size : 115,3 KiB
Installed : No
Status : not installed
Source package : python-Levenshtein-0.12.0-4.12.src
Summary : Python extension computing string distances and similarities
Description :
The Levenshtein Python C extension module contains functions for fast
computation of
* Levenshtein (edit) distance, and edit operations
* string similarity
* approximate median strings, and generally string averaging
* string sequence and set similarity
It supports both normal and Unicode strings.