How to Install and Uninstall python3-editdistance-s.x86_64 Package on Fedora 36

Last updated: January 04,2025

1. Install "python3-editdistance-s.x86_64" package

Please follow the step by step instructions below to install python3-editdistance-s.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install python3-editdistance-s.x86_64

2. Uninstall "python3-editdistance-s.x86_64" package

Please follow the steps below to uninstall python3-editdistance-s.x86_64 on Fedora 36:

$ sudo dnf remove python3-editdistance-s.x86_64 $ sudo dnf autoremove

3. Information about the python3-editdistance-s.x86_64 package on Fedora 36

Last metadata expiration check: 0:44:01 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-editdistance-s
Version : 1.0.0
Release : 4.fc36
Architecture : x86_64
Size : 26 k
Source : python-editdistance-s-1.0.0-4.fc36.src.rpm
Repository : fedora
Summary : Fast implementation of the Levenshtein distance
URL : https://github.com/asottile/editdistance-s
License : MIT
Description : Fast implementation of the edit distance (Levenshtein distance).
:
: This library simply 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).