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

Last updated: May 20,2024

1. Install "python310-Levenshtein" package

This guide let you learn how to install python310-Levenshtein on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-Levenshtein

2. Uninstall "python310-Levenshtein" package

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

$ sudo zypper remove python310-Levenshtein

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

Information for package python310-Levenshtein:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-Levenshtein
Version : 0.12.0-5.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 111.8 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.