How to Install and Uninstall python-pyfann Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: July 02,2024

1. Install "python-pyfann" package

This is a short guide on how to install python-pyfann on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-pyfann

2. Uninstall "python-pyfann" package

Here is a brief guide to show you how to uninstall python-pyfann on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-pyfann $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-pyfann package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-pyfann
Priority: optional
Section: universe/python
Installed-Size: 14
Maintainer: Ubuntu Developers
Original-Maintainer: Christian Kastner
Architecture: amd64
Source: python-fann2
Version: 1:1.0.7-4build1
Depends: python:any (<< 2.8), python:any (>= 2.7~), python-fann2
Filename: pool/universe/p/python-fann2/python-pyfann_1.0.7-4build1_amd64.deb
Size: 2320
MD5sum: 14e29002d4289dc3ff9cecb59ef5123d
SHA1: 4b21c63281dbb205fe665db6370351b721d2c5a7
SHA256: 5c9c6ac3e0eef291ee5a96852c82c07463f0a88e97c1d24565b6937c3ac2f854
Description-en: deprecated Python bindings for FANN
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.
.
This package provides the Python bindings for FANN under their former name
"pyfann". However, these are deprecated, and you should migrate your code
to use the bindings from python-fann2 instead.
Description-md5: 2cb0aba9cb77dc2286e8812a0067f836
Homepage: https://github.com/FutureLinkCorporation/fann2/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu