How To Install python3-ukkonen on Fedora 36

In this tutorial we learn how to install python3-ukkonen in Fedora 36. python3-ukkonen is Implementation of bounded Levenshtein distance (Ukkonen)

Introduction

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

What is python3-ukkonen

Implementation of bounded Levenshtein distance (Ukkonen) port

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

Install python3-ukkonen 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-ukkonen using dnf by running the following command:

sudo dnf -y install python3-ukkonen

Install python3-ukkonen 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-ukkonen using yum by running the following command:

sudo yum -y install python3-ukkonen

How To Uninstall python3-ukkonen on Fedora 36

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

sudo dnf remove python3-ukkonen

python3-ukkonen Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/8f
/usr/lib/.build-id/8f/90bbd71875cce28ea48e5d69a4fe625dc0bd2e
/usr/lib64/python3.10/site-packages/__pycache__/ukkonen.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/__pycache__/ukkonen.cpython-310.pyc
/usr/lib64/python3.10/site-packages/_ukkonen.abi3.so
/usr/lib64/python3.10/site-packages/ukkonen-1.0.1.dist-info
/usr/lib64/python3.10/site-packages/ukkonen-1.0.1.dist-info/INSTALLER
/usr/lib64/python3.10/site-packages/ukkonen-1.0.1.dist-info/LICENSE
/usr/lib64/python3.10/site-packages/ukkonen-1.0.1.dist-info/METADATA
/usr/lib64/python3.10/site-packages/ukkonen-1.0.1.dist-info/WHEEL
/usr/lib64/python3.10/site-packages/ukkonen-1.0.1.dist-info/top_level.txt
/usr/lib64/python3.10/site-packages/ukkonen.py
/usr/share/doc/python3-ukkonen
/usr/share/doc/python3-ukkonen/README.md
/usr/share/licenses/python3-ukkonen
/usr/share/licenses/python3-ukkonen/LICENSE
/usr/share/licenses/python3-ukkonen/LICENSE-upstream

References

Summary

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