How To Install eegdev-devel on Fedora 36
Introduction
In this tutorial we learn how to install eegdev-devel
on Fedora 36.
What is eegdev-devel
The eegdev-devel package contains libraries and header files for developing applications that use eegdev.
title: “How To Install eegdev-devel on Fedora 36”
linkTitle: “eegdev-devel”
We can use yum
or dnf
to install eegdev-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install eegdev-devel.
type: “docs”
Install eegdev-devel on Fedora 36 Using dnf
description: “In this tutorial we learn how to install eegdev-devel in Fedora 36. eegdev-devel is Development files for eegdev”
date: “2022-08-17”
Update yum database with dnf
using the following command.
lastmod: “2022-08-17”
#image: /images/fedora/36/eegdev-devel-featured.png
---
sudo dnf makecache --refresh
Introduction
After updating yum database, We can install eegdev-devel
using dnf
by running the following command:
In this tutorial we learn how to install eegdev-devel
on Fedora 36.
### What is `eegdev-devel`
sudo dnf -y install eegdev-devel
The eegdev-devel package contains libraries and header files for developing applications that use eegdev.
We can use yum
or dnf
to install eegdev-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install eegdev-devel.
Install eegdev-devel 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-devel
using dnf
by running the following command:
sudo dnf -y install eegdev-devel
Install eegdev-devel 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-devel
using yum
by running the following command:
## Install eegdev-devel on Fedora 36 Using yum
sudo yum -y install eegdev-devel
Update yum database with yum
using the following command.
How To Uninstall eegdev-devel on Fedora 36
To uninstall only the `eegdev-devel` package we can use the following command:
sudo yum makecache --refresh
sudo dnf remove eegdev-devel
After updating yum database, We can install `eegdev-devel` using `yum` by running the following command:
sudo yum -y install eegdev-devel
## eegdev-devel Package Contents on Fedora 36
How To Uninstall eegdev-devel on Fedora 36
To uninstall only the `eegdev-devel` package we can use the following command:
```bash
sudo dnf remove eegdev-devel
eegdev-devel Package Contents on Fedora 36
/usr/include/eegdev-pluginapi.h
/usr/include/eegdev.h
/usr/lib64/libeegdev.so
/usr/lib64/pkgconfig/eegdev.pc
/usr/share/doc/eegdev
/usr/share/doc/eegdev/AUTHORS
/usr/share/doc/eegdev/NEWS
/usr/share/doc/eegdev/examples
/usr/share/doc/eegdev/examples/README
/usr/share/doc/eegdev/examples/library-usage
/usr/share/doc/eegdev/examples/library-usage/acquisition.c
/usr/share/doc/eegdev/examples/library-usage/acquisition.h
/usr/share/doc/eegdev/examples/library-usage/eegdev_acq.c
/usr/share/doc/eegdev/examples/library-usage/recinxdf.c
/usr/share/doc/eegdev/examples/plugin
/usr/share/doc/eegdev/examples/plugin/Makefile
/usr/share/doc/eegdev/examples/plugin/README
/usr/share/doc/eegdev/examples/plugin/saw.c
/usr/share/man/man3/egd_acq_setup.3.gz
/usr/share/man/man3/egd_channel_info.3.gz
/usr/share/man/man3/egd_close.3.gz
/usr/share/man/man3/egd_get_available.3.gz
/usr/share/man/man3/egd_get_cap.3.gz
/usr/share/man/man3/egd_get_data.3.gz
/usr/share/man/man3/egd_get_numch.3.gz
/usr/share/man/man3/egd_open.3.gz
/usr/share/man/man3/egd_sensor_name.3.gz
/usr/share/man/man3/egd_sensor_type.3.gz
/usr/share/man/man3/egd_start.3.gz
/usr/share/man/man3/egd_stop.3.gz
References
Summary
/usr/include/eegdev-pluginapi.h /usr/include/eegdev.h /usr/lib/libeegdev.so /usr/lib/pkgconfig/eegdev.pc /usr/share/doc/eegdev /usr/share/doc/eegdev/AUTHORS /usr/share/doc/eegdev/NEWS /usr/share/doc/eegdev/examples /usr/share/doc/eegdev/examples/README /usr/share/doc/eegdev/examples/library-usage /usr/share/doc/eegdev/examples/library-usage/acquisition.c /usr/share/doc/eegdev/examples/library-usage/acquisition.h /usr/share/doc/eegdev/examples/library-usage/eegdev_acq.c /usr/share/doc/eegdev/examples/library-usage/recinxdf.c /usr/share/doc/eegdev/examples/plugin /usr/share/doc/eegdev/examples/plugin/Makefile /usr/share/doc/eegdev/examples/plugin/README /usr/share/doc/eegdev/examples/plugin/saw.c /usr/share/man/man3/egd_acq_setup.3.gz /usr/share/man/man3/egd_channel_info.3.gz /usr/share/man/man3/egd_close.3.gz /usr/share/man/man3/egd_get_available.3.gz /usr/share/man/man3/egd_get_cap.3.gz /usr/share/man/man3/egd_get_data.3.gz /usr/share/man/man3/egd_get_numch.3.gz /usr/share/man/man3/egd_open.3.gz /usr/share/man/man3/egd_sensor_name.3.gz /usr/share/man/man3/egd_sensor_type.3.gz /usr/share/man/man3/egd_start.3.gz /usr/share/man/man3/egd_stop.3.gz
In this tutorial we learn how to install eegdev-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
## References
* [eegdev-devel website](http://cnbi.epfl.ch/software/eegdev.html)
## Summary
In this tutorial we learn how to install `eegdev-devel` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).