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

Last updated: May 20,2024

1. Install "libann-dev" package

This is a short guide on how to install libann-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libann-dev

2. Uninstall "libann-dev" package

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

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

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

Package: libann-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 583
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Maintainers
Architecture: amd64
Source: ann
Version: 1.1.2+doc-5
Depends: libann0 (= 1.1.2+doc-5)
Filename: pool/universe/a/ann/libann-dev_1.1.2+doc-5_amd64.deb
Size: 362610
MD5sum: e54c684065f436877a53a429174503da
SHA1: 9310cb8bfb6923fbc13d39cb582d3779dbda1faa
SHA256: 063d843950de8150b5f8e1b800915c8c413855e84d06fe34cc0ddebc9e131ca5
Description-en: 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: 31c7ed6a02cce7c4d7ffb25af74b5056
Homepage: http://www.cs.umd.edu/~mount/ANN/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu