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

Last updated: May 21,2024

1. Install "python3-kdtree-dbg" package

This is a short guide on how to install python3-kdtree-dbg on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-kdtree-dbg

2. Uninstall "python3-kdtree-dbg" package

This tutorial shows how to uninstall python3-kdtree-dbg on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-kdtree-dbg
Priority: extra
Section: universe/debug
Installed-Size: 1543
Maintainer: Ubuntu Developers
Original-Maintainer: Sebastian Ramacher
Architecture: amd64
Source: libkdtree++
Version: 0.7.1+git20101123-4build3
Provides: python3.5-kdtree-dbg
Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 4.2.1), python3-dbg (<< 3.6), python3-dbg (>= 3.5~), python3-kdtree (= 0.7.1+git20101123-4build3)
Filename: pool/universe/libk/libkdtree++/python3-kdtree-dbg_0.7.1+git20101123-4build3_amd64.deb
Size: 1095372
MD5sum: 8cea205c2db6fc6f3f837a2b28ec0f13
SHA1: e26cdd52c14dbd063a5c4376f03c51a4838444bc
SHA256: 16c530da558f564f63f755fee0be09736b20414204ad3424a6222eb11a3187cb
Description-en: container for kd-tree sorting for Python 3 (debug extension)
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 debug interpreter.
Description-md5: 27408556c84386ef34f83ac36747b357
Homepage: https://alioth.debian.org/projects/libkdtree/
Build-Ids: 07617e7c90d234ab92e5c7d3b2d19d7ac5d46d58
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu