How to Install and Uninstall ann.x86_64 Package on Fedora 34

Last updated: September 16,2024

1. Install "ann.x86_64" package

This guide covers the steps necessary to install ann.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install ann.x86_64

2. Uninstall "ann.x86_64" package

This tutorial shows how to uninstall ann.x86_64 on Fedora 34:

$ sudo dnf remove ann.x86_64 $ sudo dnf autoremove

3. Information about the ann.x86_64 package on Fedora 34

Last metadata expiration check: 4:34:46 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ann
Version : 1.1.2
Release : 20.fc34
Architecture : x86_64
Size : 17 k
Source : ann-1.1.2-20.fc34.src.rpm
Repository : fedora
Summary : Library for searching Approximate Nearest Neighbors
URL : http://www.cs.umd.edu/~mount/ANN
License : LGPLv2+
Description : ANN is a library written in the C++ programming language to support both
: exact and approximate nearest neighbor searching in spaces of various
: dimensions. It was implemented by David M. Mount of the University of
: Maryland, and Sunil Arya of the Hong Kong University of Science and
: Technology. ANN (pronounced like the name ``Ann'') stands for
: Approximate Nearest Neighbors. ANN is also a testbed containing
: programs and procedures for generating data sets, collecting and
: analyzing statistics on the performance of nearest neighbor algorithms
: and data structures, and visualizing the geometric structure of these
: data structures.