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

Last updated: May 16,2024

1. Install "libxdffileio0" package

In this section, we are going to explain the necessary steps to install libxdffileio0 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libxdffileio0

2. Uninstall "libxdffileio0" package

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

$ sudo apt remove libxdffileio0 $ sudo apt autoclean && sudo apt autoremove

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

Package: libxdffileio0
Priority: extra
Section: universe/libs
Installed-Size: 104
Maintainer: Ubuntu Developers
Original-Maintainer: Nicolas Bourdaud
Architecture: amd64
Source: xdffileio
Version: 0.3-1
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Filename: pool/universe/x/xdffileio/libxdffileio0_0.3-1_amd64.deb
Size: 31722
MD5sum: f45fac6d7d40d6d94c6884af5b745d2f
SHA1: 7bbd9c8767cd4baeef92008354a25ed03816c8da
SHA256: e0e33566e20dfe229e5071893c2d0b3c5322f1dff8301508022d18b3b0dbd2c5
Description-en: Library to read/write EEG data file formats
xdffileio is a library that provides a unified interface for writing and
reading various biosignal file formats in realtime (i.e. streaming). It has
been designed to provide a flexible, consistent and generic interface to
all supported file formats while minimizing the overhead of the function
calls: the heaviest operations (type casting, scaling and formatting) are
offloaded into a separated thread. This design makes its particularly
suitable to be directly used in a data acquisition loop (like in
electrophysiology recording or in Brain-Computer Interfaces (BCI)).
.
The genericity of the interface makes trivial various operations like
transformation of a recorded file or its conversion to another file format.
xdffileio currently supports EDF, BDF, GDF1 and GDF2 file formats and more
will be added in future.
Description-md5: e0042191c2f7988926fb7d40ab00dd29
Multi-Arch: same
Homepage: http://cnbi.epfl.ch/software/xdffileio.html
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu