How To Install python3-libkdtree++ on Fedora 36

In this tutorial we learn how to install python3-libkdtree++ in Fedora 36. python3-libkdtree++ is Python3 language bindings for libkdtree++

Introduction

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

What is python3-libkdtree++

Python3 language bindings for libkdtree++.

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

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

sudo dnf -y install python3-libkdtree++

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

sudo yum -y install python3-libkdtree++

How To Uninstall python3-libkdtree++ on Fedora 36

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

sudo dnf remove python3-libkdtree++

python3-libkdtree++ Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/2e
/usr/lib/.build-id/2e/47d95cd2c8be769507de821cc3d5d751ea44fa
/usr/lib/python3.10/site-packages/__pycache__/kdtree.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/__pycache__/kdtree.cpython-310.pyc
/usr/lib/python3.10/site-packages/kdtree.py
/usr/lib64/python3.10/site-packages/_kdtree.so
/usr/share/doc/python3-libkdtree++
/usr/share/doc/python3-libkdtree++/AUTHORS
/usr/share/doc/python3-libkdtree++/COPYING
/usr/share/doc/python3-libkdtree++/ChangeLog
/usr/share/doc/python3-libkdtree++/NEWS
/usr/share/doc/python3-libkdtree++/README
/usr/share/doc/python3-libkdtree++/TODO

References

Summary

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