How to Install and Uninstall python3-editdistance-s.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: July 07,2024

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

In this section, we are going to explain the necessary steps to install python3-editdistance-s.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

This guide let you learn how to uninstall python3-editdistance-s.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the python3-editdistance-s.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:42:58 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-editdistance-s
Version : 1.0.0
Release : 8.el9
Architecture : x86_64
Size : 26 k
Source : python-editdistance-s-1.0.0-8.el9.src.rpm
Repository : epel
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).