< Home - < Back

fann


Information about the package, fann, which is shipped with common Linux distributions. The fann package is designed for, A fast artificial neural network library.


Package Name:

fann

Summary:

A fast artificial neural network library

Description:

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.

Architecture:

x86_64

Version:

2.2.0

Release:

6.el6

Size:

75 k

Repository:

epel

From Repository:

Licence:

LGPLv2+



Handy Yum Commands for fann


Control the fann package with the following handy commands outlined below.


Command

Description of Command

yum install fann

This command will install fann on the server.

yum remove fann

This command will un-install fann on the server. When you run this command, you will be asked if you are sure that you want to remove fann, so you have to manually confirm that you want to do this.

yum -y remove fann

This command will un-install fann on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove fann when using the -y flag.

yum update fann

This command will update fann to the latest version. When you run this command, you will be asked if you are sure that you want to remove fann, so you have to manually confirm that you want to do this.

yum -y update fann

This command will update fann to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove fann when using the -y flag.

yum info fann

This command will show you core information about the fann package.

yum deplist fann

This command will show you the dependencies for fann. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update fann

This command will check if there is an update waiting on fann. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.