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

Last updated: November 24,2024

1. Install "python2-editdistance" package

This is a short guide on how to install python2-editdistance on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-editdistance

2. Uninstall "python2-editdistance" package

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

$ sudo zypper remove python2-editdistance

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

Information for package python2-editdistance:
---------------------------------------------
Repository : Main Repository
Name : python2-editdistance
Version : 0.3.1-bp153.1.17
Arch : x86_64
Vendor : openSUSE
Installed Size : 67,0 KiB
Installed : No
Status : not installed
Source package : python-editdistance-0.3.1-bp153.1.17.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).