How to Install and Uninstall python3-kdtree Package on Kali Linux

Last updated: May 21,2024

1. Install "python3-kdtree" package

Please follow the instructions below to install python3-kdtree on Kali Linux

$ sudo apt update $ sudo apt install python3-kdtree

2. Uninstall "python3-kdtree" package

Learn how to uninstall python3-kdtree on Kali Linux:

$ sudo apt remove python3-kdtree $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-kdtree package on Kali Linux

Package: python3-kdtree
Source: libkdtree++ (0.7.1+git20101123-6)
Version: 0.7.1+git20101123-6+b4
Installed-Size: 749
Maintainer: Debian QA Group
Architecture: amd64
Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1), python3 (<< 3.13), python3 (>= 3.11~), python3:any
Size: 99444
SHA256: 0dd00aff05a1f8570f3b52d42cf72254ee02e2b22cdafb796a6554c4ddfd46b7
SHA1: 45e1138e05743fb788175367c77cc819a0e8ea3a
MD5sum: 3d4a632ba91dceeb1f9dd2d6c8331c7c
Description: container for kd-tree sorting for Python 3
A container implementing k-dimensional space sorting using a kd-tree. It:
.
- supports two- to six-dimensional spaces
- can store any data structure
- provides standard find as well as range queries
- has amortised O(lg n) time (O(n lg n) worst case) on most operations
(insert/erase/find optimised) and worst-case O(n) space
- provides means to rebalance and thus optimise the tree
.
This package contains the extension built for the Python 3 interpreter.
Description-md5:
Homepage: https://github.com/nvmd/libkdtree
Section: python
Priority: optional
Filename: pool/main/libk/libkdtree++/python3-kdtree_0.7.1+git20101123-6+b4_amd64.deb