How to Install and Uninstall flann.x86_64 Package on Oracle Linux 9

Last updated: October 07,2024

1. Install "flann.x86_64" package

This guide covers the steps necessary to install flann.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install flann.x86_64

2. Uninstall "flann.x86_64" package

Please follow the steps below to uninstall flann.x86_64 on Oracle Linux 9:

$ sudo dnf remove flann.x86_64 $ sudo dnf autoremove

3. Information about the flann.x86_64 package on Oracle Linux 9

Last metadata expiration check: 1:41:42 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : flann
Version : 1.9.1
Release : 8.el9
Architecture : x86_64
Size : 1.2 M
Source : flann-1.9.1-8.el9.src.rpm
Repository : epel
Summary : Fast Library for Approximate Nearest Neighbors
URL : http://www.cs.ubc.ca/research/flann
License : BSD
Description : FLANN is a library for performing fast approximate nearest neighbor searches
: in high dimensional spaces. It contains a collection of algorithms found
: to work best for nearest neighbor search and a system for automatically
: choosing the best algorithm and optimum parameters depending on the data sets.