fann on AUR (Arch User Repository)

Last updated: May 20,2024

1. Install "fann" 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 fann on Arch using YAY

$ yay -S fann

* (Optional) Uninstall fann on Arch using YAY

$ yay -Rns fann

2. Manually Install "fann" via AUR

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

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

b. Clone fann's git locally

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

c. Go to ~/fann folder and install it

$ cd ~/fann $ makepkg -si

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

ID: 649217
Name: fann
PackageBaseID: 8440
PackageBase: fann
Version: 2.2.0-5
Description: Fast artificial neural network library
URL: http://leenissen.dk/fann/
NumVotes: 51
Popularity: 0
OutOfDate:
Maintainer: dbermond
Submitter:
FirstSubmitted: 1171401270
LastModified: 1569253583
URLPath: /cgit/aur.git/snapshot/fann.tar.gz

5. The same packages on other Linux Distributions