How To Install eegdev-plugins on Fedora 36

In this tutorial we learn how to install eegdev-plugins in Fedora 36. eegdev-plugins is Plugins for eegdev

Introduction

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

What is eegdev-plugins

Plugins for eegdev.

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

Install eegdev-plugins on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install eegdev-plugins

Install eegdev-plugins on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install eegdev-plugins

How To Uninstall eegdev-plugins on Fedora 36

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

sudo dnf remove eegdev-plugins

eegdev-plugins Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/5c
/usr/lib/.build-id/5c/a74df4d0932deccba6317d3d555991a43e8e59
/usr/lib/.build-id/5f
/usr/lib/.build-id/5f/0710d1927b4f8711d583125a5481632cfe500a
/usr/lib/.build-id/63
/usr/lib/.build-id/63/2ff902ade54b7f15a886493e8d44d8cac62278
/usr/lib/.build-id/6b
/usr/lib/.build-id/6b/57b5e3ca84988c32ebe0b78fc238de7b2f055a
/usr/lib64/eegdev/biosemi.so
/usr/lib64/eegdev/datafile.so
/usr/lib64/eegdev/neurosky.so
/usr/lib64/eegdev/tobiia.so
/usr/share/man/man5/eegdev-biosemi.5.gz
/usr/share/man/man5/eegdev-datafile.5.gz
/usr/share/man/man5/eegdev-neurosky.5.gz
/usr/share/man/man5/eegdev-tobiia.5.gz

References

Summary

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