How to Install and Uninstall python36-editdistance Package on openSuSE Tumbleweed

Last updated: May 29,2024

1. Install "python36-editdistance" package

Please follow the step by step instructions below to install python36-editdistance on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-editdistance

2. Uninstall "python36-editdistance" package

In this section, we are going to explain the necessary steps to uninstall python36-editdistance on openSuSE Tumbleweed:

$ sudo zypper remove python36-editdistance

3. Information about the python36-editdistance package on openSuSE Tumbleweed

Information for package python36-editdistance:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-editdistance
Version : 0.6.0-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 73,8 KiB
Installed : No
Status : not installed
Source package : python-editdistance-0.6.0-1.1.src
Summary : An implementation of the edit distance (Levenshtein distance)
Description :
An implementation of the edit distance (Levenshtein distance).
This library implements Levenshtein distance with C++ and Cython.
The algorithm used in this library is proposed by Heikki Hyyrö,
"Explaining and extending the bit-parallel approximate string
matching algorithm of Myers", (2001).