How To Install fann on Fedora 36

In this tutorial we learn how to install fann in Fedora 36. fann is A fast artificial neural network library

Introduction

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

What is fann

Fast Artificial Neural Network (FANN) Library is written in ANSI C. The library implements multilayer feedforward ANNs, up to 150 times faster than other libraries. FANN supports execution in fixed point, for fast execution on systems like the iPAQ.

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

Install fann 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 fann using dnf by running the following command:

sudo dnf -y install fann

Install fann 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 fann using yum by running the following command:

sudo yum -y install fann

How To Uninstall fann on Fedora 36

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

sudo dnf remove fann

fann Package Contents on Fedora 36

---
title: "How To Install fann on Fedora 36"
linkTitle: "fann"
type: "docs"
description: "In this tutorial we learn how to install fann in Fedora 36. fann is A fast artificial neural network library"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/fann-featured.png
---

## Introduction

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

### What is `fann`

> Fast Artificial Neural Network (FANN) Library is written in ANSI C. The library implements multilayer feedforward ANNs, up to 150 times faster than other libraries. FANN supports execution in fixed point, for fast execution on systems like the iPAQ.  

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

## Install fann on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

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

sudo dnf -y install fann

Install fann on Fedora 36 Using yum

/usr/lib/.build-id /usr/lib/.build-id/30 /usr/lib/.build-id/30/6668ba18d43da7375f7507ed79c77d33046946 /usr/lib/.build-id/64 /usr/lib/.build-id/64/80cf9dd51d62c02e935dafbd91d5cbe68fb180 /usr/lib/.build-id/8f /usr/lib/.build-id/8f/9dfe0f5a2ac9d593be6e54d64685a799fff926 /usr/lib/.build-id/ed /usr/lib/.build-id/ed/e76e01e24bd77526c8a3b01fb1c0324d44d609 /usr/lib/libdoublefann.so.2 /usr/lib/libdoublefann.so.2.2.0 /usr/lib/libfann.so.2 /usr/lib/libfann.so.2.2.0 /usr/lib/libfixedfann.so.2 /usr/lib/libfixedfann.so.2.2.0 /usr/lib/libfloatfann.so.2 /usr/lib/libfloatfann.so.2.2.0 /usr/share/doc/fann /usr/share/doc/fann/README.txt /usr/share/licenses/fann /usr/share/licenses/fann/COPYING.txt Update yum database with yum using the following command.

sudo yum makecache --refresh
After updating yum database, We can install `fann` using `yum` by running the following command:


## References
```bash

sudo yum -y install fann
* [fann website](http://leenissen.dk/fann/wp/)

Summary

How To Uninstall fann on Fedora 36

To uninstall only the fann package we can use the following command: In this tutorial we learn how to install fann on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).

sudo dnf remove fann

fann Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/97
/usr/lib/.build-id/97/d3fc8f6549503d19033bdf73ca4a25228454cc
/usr/lib/.build-id/ae
/usr/lib/.build-id/ae/91d5c4fa7bd53be518447a657367b6263f7fda
/usr/lib/.build-id/c1
/usr/lib/.build-id/c1/1d5324fe47444243bf7880f0ef66edb3eeff8c
/usr/lib/.build-id/d8
/usr/lib/.build-id/d8/0c3f25787db8c1bf027bf236b57696aabb88ec
/usr/lib64/libdoublefann.so.2
/usr/lib64/libdoublefann.so.2.2.0
/usr/lib64/libfann.so.2
/usr/lib64/libfann.so.2.2.0
/usr/lib64/libfixedfann.so.2
/usr/lib64/libfixedfann.so.2.2.0
/usr/lib64/libfloatfann.so.2
/usr/lib64/libfloatfann.so.2.2.0
/usr/share/doc/fann
/usr/share/doc/fann/README.txt
/usr/share/licenses/fann
/usr/share/licenses/fann/COPYING.txt

References

Summary

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