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

Last updated: May 03,2024

1. Install "libeegdev-dev" package

Please follow the step by step instructions below to install libeegdev-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libeegdev-dev

2. Uninstall "libeegdev-dev" package

This tutorial shows how to uninstall libeegdev-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libeegdev-dev
Priority: extra
Section: universe/libdevel
Installed-Size: 102
Maintainer: Ubuntu Developers
Original-Maintainer: Nicolas Bourdaud
Architecture: amd64
Source: eegdev
Version: 0.2-3.1
Depends: libeegdev0 (= 0.2-3.1)
Filename: pool/universe/e/eegdev/libeegdev-dev_0.2-3.1_amd64.deb
Size: 20722
MD5sum: 03cf1ebfc2bfa5e604bbc7c1ff10092d
SHA1: bfe1a1fcdac6f09b3dc3796a8e18c6b89a846ff2
SHA256: d4fd05bb068c501c474673d36f3afd7b7fa9930ca7693855718773bea95d699c
Description-en: Biosignal acquisition device library (Developement files)
eegdev is a library that provides a unified interface for accessing various
EEG (and other biosignals) acquisition systems. This interface has been
designed to be both flexible and efficient. The device specific part is
implemented by the mean of plugins which makes adding new device backend
fairly easy even if the library does not support them yet officially.
.
The core library not only provides to users a unified and consistent
interfaces to the acquisition device but it also provides many
functionalities to the device backends (plugins) ranging from configuration
to data casting and scaling making writing new device backend an easy task.
.
This library is particularly useful to handle the acquisition part of a
Brain Computer Interface (BCI) or any realtime multi-electrode acquisition
in neurophysiological research.
.
This package contains the files needed to compile and link programs which
use eegdev. Its provides also the headers neeeded to develop new device
plugins. The manpages and examples are shipped in this package.
Description-md5: 187d0998c2ef9f09283f27d2cd302cd6
Multi-Arch: same
Homepage: http://cnbi.epfl.ch/software/eegdev.html
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu