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

Last updated: July 01,2024

1. Install "python3-editdistance.x86_64" package

In this section, we are going to explain the necessary steps to install python3-editdistance.x86_64 on Fedora 34

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

2. Uninstall "python3-editdistance.x86_64" package

Here is a brief guide to show you how to uninstall python3-editdistance.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 1:00:26 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-editdistance
Version : 0.6.0
Release : 1.fc34
Architecture : x86_64
Size : 31 k
Source : python-editdistance-0.6.0-1.fc34.src.rpm
Repository : updates
Summary : Fast implementation of the Levenshtein distance
URL : https://github.com/aflc/editdistance
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).