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

Last updated: September 28,2024

1. Install "python3-editdistance.x86_64" package

This is a short guide on how to install python3-editdistance.x86_64 on Fedora 38

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

2. Uninstall "python3-editdistance.x86_64" package

Please follow the guidance below to uninstall python3-editdistance.x86_64 on Fedora 38:

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

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

Last metadata expiration check: 5:35:46 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : python3-editdistance
Version : 0.6.2
Release : 1.fc38
Architecture : x86_64
Size : 33 k
Source : python-editdistance-0.6.2-1.fc38.src.rpm
Repository : updates
Summary : Fast implementation of the edit distance (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).