How to Install and Uninstall python3-kdtree Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 21,2024

1. Install "python3-kdtree" package

Learn how to install python3-kdtree on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-kdtree

2. Uninstall "python3-kdtree" package

Please follow the guidelines below to uninstall python3-kdtree on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-kdtree package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-kdtree
Priority: optional
Section: universe/python
Installed-Size: 387
Maintainer: Ubuntu Developers
Original-Maintainer: Sebastian Ramacher
Architecture: amd64
Source: libkdtree++
Version: 0.7.1+git20101123-4build3
Provides: python3.5-kdtree
Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 4.2.1), python3 (<< 3.6), python3 (>= 3.5~)
Filename: pool/universe/libk/libkdtree++/python3-kdtree_0.7.1+git20101123-4build3_amd64.deb
Size: 63104
MD5sum: 8fdcffced0162d0ccc945aa4273eb7d4
SHA1: 75e930abd87a2ea071b40d6c915aa8889e9a73c0
SHA256: eaf32ffb534bcb2aa75ddf56600dfd0a127dc96fef1810432fcf172d42479c66
Description-en: 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: 79bf452a7a2aaef21d31b4adc1c299ce
Homepage: https://alioth.debian.org/projects/libkdtree/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu