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

Last updated: September 20,2024

1. Install "python-neo" package

Please follow the guidance below to install python-neo on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-neo

2. Uninstall "python-neo" package

Learn how to uninstall python-neo on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-neo
Priority: extra
Section: universe/python
Installed-Size: 2978
Maintainer: Ubuntu Developers
Original-Maintainer: NeuroDebian Team
Architecture: all
Source: neo
Version: 0.3.3-2
Depends: python (>= 2.7), python (<< 2.8), python-numpy, python-quantities
Recommends: python-scipy (>= 0.8~), python-tables (>= 2.2~), libjs-jquery, libjs-underscore
Suggests: python-nose
Filename: pool/universe/n/neo/python-neo_0.3.3-2_all.deb
Size: 1094678
MD5sum: 5175c083002e155bd502b3efbb6e5c1d
SHA1: 907483d3b521a9899d9197d3360a11e2ae45bec0
SHA256: 2d42776c55a91e1cefcf6e39921933be967b00ba4f24efee934cca0b4e583745
Description-en: Python IO library for electrophysiological data formats
NEO stands for Neural Ensemble Objects and is a project to provide common
classes and concepts for dealing with electro-physiological (in vivo
and/or simulated) data to facilitate collaborative software/algorithm
development. In particular Neo provides: a set a classes for data
representation with precise definitions, an IO module with a simple API,
documentation, and a set of examples.
.
NEO offers support for reading data from numerous proprietary file formats
(e.g. Spike2, Plexon, AlphaOmega, BlackRock, Axon), read/write support for
various open formats (e.g. KlustaKwik, Elan, WinEdr, WinWcp, PyNN), as well
as support common file formats, such as HDF5 with Neo-structured content
(NeoHDF5, NeoMatlab).
.
Neo's IO facilities can be seen as a pure-Python and open-source Neuroshare
replacement.
Description-md5: fa239962d364563d533b8061aede44cb
Homepage: http://neuralensemble.org/trac/neo
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu