How to Install and Uninstall libcneartree-dev Package on Kali Linux

Last updated: May 07,2024

1. Install "libcneartree-dev" package

This tutorial shows how to install libcneartree-dev on Kali Linux

$ sudo apt update $ sudo apt install libcneartree-dev

2. Uninstall "libcneartree-dev" package

This guide covers the steps necessary to uninstall libcneartree-dev on Kali Linux:

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

3. Information about the libcneartree-dev package on Kali Linux

Package: libcneartree-dev
Source: neartree (5.1.1+dfsg1-2)
Version: 5.1.1+dfsg1-2+b1
Installed-Size: 695
Maintainer: Debian Science Maintainers
Architecture: amd64
Depends: libcneartree7 (= 5.1.1+dfsg1-2+b1)
Conflicts: libcneartree3-dev
Size: 82432
SHA256: 90d47e57a9c4078ab8d6a315efa437f0f714a929f3515d42cd477c913ca56550
SHA1: e50b904ef7a5af9375d8e3a6f9579a6071677c30
MD5sum: f9258bc04505e0c0a9aae88d677671e4
Description: 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:
Multi-Arch: same
Homepage: https://neartree.sourceforge.net/
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/n/neartree/libcneartree-dev_5.1.1+dfsg1-2+b1_amd64.deb