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

Last updated: September 20,2024

1. Install "python-kdtree-dbg" package

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

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

2. Uninstall "python-kdtree-dbg" package

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

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

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

Package: python-kdtree-dbg
Priority: extra
Section: universe/debug
Installed-Size: 1546
Maintainer: Ubuntu Developers
Original-Maintainer: Sebastian Ramacher
Architecture: amd64
Source: libkdtree++
Version: 0.7.1+git20101123-4build3
Provides: python2.7-kdtree-dbg
Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 4.2.1), python-dbg (<< 2.8), python-dbg (>= 2.7~), python-kdtree (= 0.7.1+git20101123-4build3)
Filename: pool/universe/libk/libkdtree++/python-kdtree-dbg_0.7.1+git20101123-4build3_amd64.deb
Size: 1094736
MD5sum: 87c83abe681367dfc3b2d867ab5054d5
SHA1: 23a98d908d9a5d6f8f3cb830eeab8fe407ab26ac
SHA256: bafe9284a717e2625aea84a3621e8311fe1b28c6ada0651379308badc6a9b43b
Description-en: container for kd-tree sorting for Python (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 debug interpreter.
Description-md5: b4ba0affaade330aef81863f2e3f0982
Homepage: https://alioth.debian.org/projects/libkdtree/
Build-Ids: c7186260904c8430893d6694ab345e05269f07e9
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu