How to Install and Uninstall libfann2 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "libfann2" package

This guide covers the steps necessary to install libfann2 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libfann2

2. Uninstall "libfann2" package

Learn how to uninstall libfann2 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libfann2 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libfann2 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libfann2
Priority: optional
Section: universe/libs
Installed-Size: 365
Maintainer: Ubuntu Developers
Original-Maintainer: Christian Kastner
Architecture: amd64
Source: libfann
Version: 2.2.0+ds-2
Replaces: libfann1
Depends: libc6 (>= 2.14)
Suggests: libfann-dev (= 2.2.0+ds-2), libfann-doc (= 2.2.0+ds-2)
Conflicts: libfann1
Filename: pool/universe/libf/libfann/libfann2_2.2.0+ds-2_amd64.deb
Size: 64778
MD5sum: 965d278bdf256a88a918daa479c06fb4
SHA1: 2e13fc8e8b32cd85738df3e4f8f3be869d7a8023
SHA256: bfdc70f39ff889f3b2cee6d9c62d515040a750bd56abf121f3ded28499927c15
Description-en: Fast Artificial Neural Network Library
Fast Artificial Neural Network Library is a free open
source neural network library, which implements multilayer artificial
neural networks in C with support for both fully connected and
sparsely connected networks. Cross-platform execution in both fixed
and floating point are supported. It includes a framework for easy
handling of training data sets. It is easy to use, versatile, well
documented, and fast.
.
This package contains the shared libraries.
Description-md5: ab1aecd841f644a4cda85a0d90671d9b
Multi-Arch: same
Homepage: http://leenissen.dk/fann/wp/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu