How to Install and Uninstall python3-Levenshtein Package on openSUSE Leap

Last updated: May 02,2024

1. Install "python3-Levenshtein" package

Please follow the guidelines below to install python3-Levenshtein on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-Levenshtein

2. Uninstall "python3-Levenshtein" package

Please follow the guidance below to uninstall python3-Levenshtein on openSUSE Leap:

$ sudo zypper remove python3-Levenshtein

3. Information about the python3-Levenshtein package on openSUSE Leap

Information for package python3-Levenshtein:
--------------------------------------------
Repository : Main Repository
Name : python3-Levenshtein
Version : 0.12.0-bp155.2.14
Arch : x86_64
Vendor : openSUSE
Installed Size : 111.7 KiB
Installed : No
Status : not installed
Source package : python-Levenshtein-0.12.0-bp155.2.14.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.