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

Last updated: September 20,2024

1. Install "python-kdtree" package

In this section, we are going to explain the necessary steps to install python-kdtree on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-kdtree

2. Uninstall "python-kdtree" package

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

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

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

Package: python-kdtree
Priority: optional
Section: universe/python
Installed-Size: 392
Maintainer: Ubuntu Developers
Original-Maintainer: Sebastian Ramacher
Architecture: amd64
Source: libkdtree++
Version: 0.7.1+git20101123-4build3
Provides: python2.7-kdtree
Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 4.2.1), python (<< 2.8), python (>= 2.7~), python:any (>= 2.7.5-5~)
Filename: pool/universe/libk/libkdtree++/python-kdtree_0.7.1+git20101123-4build3_amd64.deb
Size: 63778
MD5sum: 8174b264b8691f6e344560eb2f04e665
SHA1: f769ef9b3607f7d7c3fde7b86d25021e977b8eff
SHA256: 4e458c47463cfc264861b9da1f4472e626e09c04526fddaf0952c53cabb6202f
Description-en: container for kd-tree sorting for Python
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 interpreter.
Description-md5: e91549e4775da63cbc635d2fd6d5357d
Homepage: https://alioth.debian.org/projects/libkdtree/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu