How To Install python3-editdistance-s on Fedora 36

In this tutorial we learn how to install python3-editdistance-s in Fedora 36. python3-editdistance-s is Fast implementation of the Levenshtein distance

Introduction

In this tutorial we learn how to install python3-editdistance-s on Fedora 36.

What is python3-editdistance-s

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).

We can use yum or dnf to install python3-editdistance-s on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-editdistance-s.

Install python3-editdistance-s on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python3-editdistance-s using dnf by running the following command:

sudo dnf -y install python3-editdistance-s

Install python3-editdistance-s on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python3-editdistance-s using yum by running the following command:

sudo yum -y install python3-editdistance-s

How To Uninstall python3-editdistance-s on Fedora 36

To uninstall only the python3-editdistance-s package we can use the following command:

sudo dnf remove python3-editdistance-s

python3-editdistance-s Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/b1
/usr/lib/.build-id/b1/9159c0dbd85ac7bd5eb1f0c6458068089c19f6
/usr/lib64/python3.10/site-packages/__pycache__/editdistance_s.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/__pycache__/editdistance_s.cpython-310.pyc
/usr/lib64/python3.10/site-packages/_editdistance_s.abi3.so
/usr/lib64/python3.10/site-packages/editdistance_s-1.0.0-py3.10.egg-info
/usr/lib64/python3.10/site-packages/editdistance_s-1.0.0-py3.10.egg-info/PKG-INFO
/usr/lib64/python3.10/site-packages/editdistance_s-1.0.0-py3.10.egg-info/SOURCES.txt
/usr/lib64/python3.10/site-packages/editdistance_s-1.0.0-py3.10.egg-info/dependency_links.txt
/usr/lib64/python3.10/site-packages/editdistance_s-1.0.0-py3.10.egg-info/requires.txt
/usr/lib64/python3.10/site-packages/editdistance_s-1.0.0-py3.10.egg-info/top_level.txt
/usr/lib64/python3.10/site-packages/editdistance_s.py
/usr/share/doc/python3-editdistance-s
/usr/share/doc/python3-editdistance-s/README.md
/usr/share/licenses/python3-editdistance-s
/usr/share/licenses/python3-editdistance-s/LICENSE

References

Summary

In this tutorial we learn how to install python3-editdistance-s on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).