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

Last updated: May 23,2024

1. Install "ann.x86_64" package

This tutorial shows how to install ann.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install ann.x86_64

2. Uninstall "ann.x86_64" package

This is a short guide on how to uninstall ann.x86_64 on Fedora 35:

$ sudo dnf remove ann.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 2:54:25 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : ann
Version : 1.1.2
Release : 21.fc35
Architecture : x86_64
Size : 17 k
Source : ann-1.1.2-21.fc35.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.