How to Install and Uninstall libcneartree-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 08,2024

1. Install "libcneartree-dev" package

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

$ sudo apt update $ sudo apt install libcneartree-dev

2. Uninstall "libcneartree-dev" package

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

$ sudo apt remove libcneartree-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libcneartree-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libcneartree-dev
Priority: extra
Section: universe/libdevel
Installed-Size: 431
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Maintainers
Architecture: amd64
Source: neartree
Version: 3.1.1-2.1
Depends: libcneartree5 (= 3.1.1-2.1)
Conflicts: libcneartree3-dev
Filename: pool/universe/n/neartree/libcneartree-dev_3.1.1-2.1_amd64.deb
Size: 62782
MD5sum: 07803dbd9049b51d7642546efef74f16
SHA1: 51c3b41db42e478a7bef4d3a33d018a550a49c87
SHA256: 5c773920b79cb588b20791620141a0f84b42e309c3d1658233fc9475d30dd511
Description-en: Library and headers for solving the Nearest Neighbor Problem
Neartree is an API and a library for finding nearest neighbors among
points in spaces of arbitrary dimensions. This package provides a C++
template, TNear.h, and C library and header files for compiling
programs using Neartree.
.
The library uses the Nearest Neighbor algorithm after Kalantari and
McDonald, (IEEE Transactions on Software Engineering, v. SE-9, pp.
631-634,1983) modified to use recursion instead of a double-linked tree
and simplified so that it does less checking for things like is the
distance to the right less than the distance to the left; it was found
that these checks make little to no difference.
Description-md5: c9bf12b618fb540bb3546e8d4fc02aa6
Multi-Arch: same
Homepage: http://neartree.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu