How to Install and Uninstall libxdffileio-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "libxdffileio-dev" package

This tutorial shows how to install libxdffileio-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libxdffileio-dev

2. Uninstall "libxdffileio-dev" package

This guide let you learn how to uninstall libxdffileio-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libxdffileio-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libxdffileio-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libxdffileio-dev
Priority: extra
Section: universe/libdevel
Installed-Size: 79
Maintainer: Ubuntu Developers
Original-Maintainer: Nicolas Bourdaud
Architecture: amd64
Source: xdffileio
Version: 0.3-1
Depends: libxdffileio0 (= 0.3-1)
Filename: pool/universe/x/xdffileio/libxdffileio-dev_0.3-1_amd64.deb
Size: 27814
MD5sum: f992d5e6996ad3effa8d102461a09053
SHA1: 37143453b1127bbf10a95de8d181432e269d6321
SHA256: 515b3bdffca306f84ef8e03610bc3f2d51823abbea8d9e30b1d1fee8cbfbacf3
Description-en: Library to read/write EEG data file formats (development files)
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 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.
.
This package contains the files needed to compile and link programs which
use xdffileio.
Description-md5: 8a1c471f18c8c7f1c06e00827845f516
Multi-Arch: same
Homepage: http://cnbi.epfl.ch/software/xdffileio.html
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu