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

Last updated: May 10,2024

1. Install "python3-editdistance" package

Please follow the step by step instructions below to install python3-editdistance on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-editdistance

2. Uninstall "python3-editdistance" package

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

$ sudo zypper remove python3-editdistance

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

Information for package python3-editdistance:
---------------------------------------------
Repository : Main Repository
Name : python3-editdistance
Version : 0.3.1-150000.3.2.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 53.2 KiB
Installed : No
Status : not installed
Source package : python-editdistance-0.3.1-150000.3.2.1.src
Upstream URL : https://www.github.com/aflc/editdistance
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).