flann on AUR (Arch User Repository)

Last updated: June 16,2024

1. Install "flann" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install flann on Arch using YAY

$ yay -S flann

* (Optional) Uninstall flann on Arch using YAY

$ yay -Rns flann

2. Manually Install "flann" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone flann's git locally

$ git clone https://aur.archlinux.org/flann.git ~/flann

c. Go to ~/flann folder and install it

$ cd ~/flann $ makepkg -si

3. Information about the flann package on Arch User Repository (AUR)

ID: 722763
Name: flann
PackageBaseID: 47938
PackageBase: flann
Version: 1.9.1-7
Description: FLANN is a library for performing fast approximate nearest neighbor searches in high dimensional spaces
URL: https://github.com/mariusmuja/flann
NumVotes: 44
Popularity: 0.002955
OutOfDate:
Maintainer: acxz
FirstSubmitted: 1301969205
LastModified: 1587272744
URLPath: /cgit/aur.git/snapshot/flann.tar.gz

5. The same packages on other Linux Distributions