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

Last updated: November 14,2024

1. Install "python312-Levenshtein" package

Please follow the guidance below to install python312-Levenshtein on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-Levenshtein

2. Uninstall "python312-Levenshtein" package

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

$ sudo zypper remove python312-Levenshtein

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

Information for package python312-Levenshtein:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-Levenshtein
Version : 0.12.0-5.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 113.5 KiB
Installed : No
Status : not installed
Source package : python-Levenshtein-0.12.0-5.1.src
Upstream URL : https://github.com/ztane/python-Levenshtein/
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.