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

Last updated: November 23,2024

1. Install "python311-Levenshtein" package

This guide covers the steps necessary to install python311-Levenshtein on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-Levenshtein

2. Uninstall "python311-Levenshtein" package

Here is a brief guide to show you how to uninstall python311-Levenshtein on openSuSE Tumbleweed:

$ sudo zypper remove python311-Levenshtein

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

Information for package python311-Levenshtein:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-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.