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

Last updated: September 20,2024

1. Install "libann-dev" package

Please follow the instructions below to install libann-dev on Kali Linux

$ sudo apt update $ sudo apt install libann-dev

2. Uninstall "libann-dev" package

In this section, we are going to explain the necessary steps to uninstall libann-dev on Kali Linux:

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

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

Package: libann-dev
Source: ann (1.1.2+doc-9)
Version: 1.1.2+doc-9+b1
Installed-Size: 550
Maintainer: Debian Science Maintainers
Architecture: amd64
Depends: libann0 (= 1.1.2+doc-9+b1)
Size: 364788
SHA256: b1a0ad07d38623bcf605d06a07aca0d306515ee889ead711ab8eda0405c9b6c3
SHA1: 17ab8644b2faf2fc020bda39007ab8516b025043
MD5sum: fd67c46e41b6db58adf9496a8100013d
Description: Approximate Nearest Neighbor Searching library (development files)
ANN is a library written in C++, which supports data structures and
algorithms for both exact and approximate nearest neighbor searching
in arbitrarily high dimensions. ANN assumes that distances
are measured using any class of distance functions called Minkowski
metrics. These include the well known Euclidean distance, Manhattan
distance, and max distance. ANN performs quite efficiently for point
sets ranging in size from thousands to hundreds of thousands, and in
dimensions as high as 20.
.
This package contains the header files for developing applications
with the ANN library.
Description-md5:
Homepage: https://www.cs.umd.edu/~mount/ANN/
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/a/ann/libann-dev_1.1.2+doc-9+b1_amd64.deb