How To Install flann on Fedora 36

In this tutorial we learn how to install flann in Fedora 36. flann is Fast Library for Approximate Nearest Neighbors

Introduction

In this tutorial we learn how to install flann on Fedora 36.

What is flann

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.

We can use yum or dnf to install flann on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install flann.

Install flann on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install flann using dnf by running the following command:

sudo dnf -y install flann

Install flann on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install flann using yum by running the following command:

sudo yum -y install flann

How To Uninstall flann on Fedora 36

To uninstall only the flann package we can use the following command:

sudo dnf remove flann

flann Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/17
/usr/lib/.build-id/17/b2aea731fb46df492aa43aa33ba3c7fd299585
/usr/lib/.build-id/e3
/usr/lib/.build-id/e3/f5d6c14e31ee7232ed5fb9a1f913395a885e85
/usr/lib/libflann.so.1.9
/usr/lib/libflann.so.1.9.1
/usr/lib/libflann_cpp.so.1.9
/usr/lib/libflann_cpp.so.1.9.1
/usr/share/doc/flann
/usr/share/doc/flann/manual.pdf

References

Summary

In this tutorial we learn how to install flann on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install flann on Fedora 36” linkTitle: “flann” type: “docs” description: “In this tutorial we learn how to install flann in Fedora 36. flann is Fast Library for Approximate Nearest Neighbors” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/flann-featured.png

Introduction

In this tutorial we learn how to install flann on Fedora 36.

What is flann

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.

We can use yum or dnf to install flann on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install flann.

Install flann on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install flann using dnf by running the following command:

sudo dnf -y install flann

Install flann on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install flann using yum by running the following command:

sudo yum -y install flann

How To Uninstall flann on Fedora 36

To uninstall only the flann package we can use the following command:

sudo dnf remove flann

flann Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/49
/usr/lib/.build-id/49/57b2e2797bed26d910f5f0aade69d78c483ccf
/usr/lib/.build-id/ce
/usr/lib/.build-id/ce/767a9f3ffae17280d171b1453e59bd88097b92
/usr/lib64/libflann.so.1.9
/usr/lib64/libflann.so.1.9.1
/usr/lib64/libflann_cpp.so.1.9
/usr/lib64/libflann_cpp.so.1.9.1
/usr/share/doc/flann
/usr/share/doc/flann/manual.pdf

References

Summary

In this tutorial we learn how to install flann on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).