How To Install eegdev on Fedora 36

In this tutorial we learn how to install eegdev in Fedora 36. eegdev is Library to acquire data from various EEG recording devices

#image: /images/fedora/36/eegdev-featured.png

title: “How To Install eegdev on Fedora 36”

linkTitle: “eegdev”

Introduction

type: “docs” In this tutorial we learn how to install eegdev on Fedora 36. description: “In this tutorial we learn how to install eegdev in Fedora 36. eegdev is Library to acquire data from various EEG recording devices”

date: “2022-08-17”

What is eegdev

lastmod: “2022-08-17”

#image: /images/fedora/36/eegdev-featured.png

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.


Introduction

We can use yum or dnf to install eegdev on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install eegdev.

Install eegdev on Fedora 36 Using dnf

In this tutorial we learn how to install eegdev on Fedora 36.

What is eegdev

Update yum database with dnf using the following command.

> 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.  
sudo dnf makecache --refresh

We can use yum or dnf to install eegdev on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install eegdev.

After updating yum database, We can install eegdev using dnf by running the following command:

Install eegdev on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.
sudo dnf -y install eegdev

sudo dnf makecache --refresh
## Install eegdev on Fedora 36 Using yum

Update yum database with yum using the following command. After updating yum database, We can install eegdev using dnf by running the following command:

```bash
sudo yum makecache --refresh
sudo dnf -y install eegdev


After updating yum database, We can install `eegdev` using `yum` by running the following command:
## Install eegdev on Fedora 36 Using yum


```bash
Update yum database with `yum` using the following command.
sudo yum -y install eegdev
## How To Uninstall eegdev on Fedora 36
sudo yum makecache --refresh

To uninstall only the eegdev package we can use the following command:

After updating yum database, We can install eegdev using yum by running the following command:


sudo dnf remove eegdev
```bash

sudo yum -y install eegdev

## eegdev Package Contents on Fedora 36
## How To Uninstall eegdev on Fedora 36


```bash
To uninstall only the `eegdev` package we can use the following command:

```bash
sudo dnf remove eegdev

eegdev Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/0b
/usr/lib/.build-id/0b/761a888a7f50cec7c3694123d7cad2bf088e0b
/usr/lib/eegdev
/usr/lib/libeegdev.so.0
/usr/lib/libeegdev.so.0.0.2
/usr/share/doc/eegdev
/usr/share/doc/eegdev/AUTHORS
/usr/share/doc/eegdev/NEWS
/usr/share/licenses/eegdev
/usr/share/licenses/eegdev/COPYING
/usr/share/man/man5/eegdev-open-options.5.gz

References

Summary

In this tutorial we learn how to install eegdev on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).

/usr/lib/.build-id /usr/lib/.build-id/94 /usr/lib/.build-id/94/bfb4b36e02cc95e60afede2ca8ae5aa2f8ea8f /usr/lib64/eegdev /usr/lib64/libeegdev.so.0 /usr/lib64/libeegdev.so.0.0.2 /usr/share/doc/eegdev /usr/share/doc/eegdev/AUTHORS /usr/share/doc/eegdev/NEWS /usr/share/licenses/eegdev /usr/share/licenses/eegdev/COPYING /usr/share/man/man5/eegdev-open-options.5.gz


## References

* [eegdev website](http://cnbi.epfl.ch/software/eegdev.html)

## Summary

In this tutorial we learn how to install `eegdev` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).