How To Install xdffileio on Fedora 36
Introduction
In this tutorial we learn how to install xdffileio
on Fedora 36.
What is xdffileio
xdffileio provides a unified interface to read/write EEG file format in realtime. It has been designed to provide a consistent and common interface to all supported file formats while minimizing the CPU cost on the main loop. It thus performs all the expensive operation (scaling, data convertion and file operation) in a separated thread.
We can use yum
or dnf
to install xdffileio
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install xdffileio.
Install xdffileio 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 xdffileio
using dnf
by running the following command:
sudo dnf -y install xdffileio
Install xdffileio 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 xdffileio
using yum
by running the following command:
sudo yum -y install xdffileio
How To Uninstall xdffileio on Fedora 36
To uninstall only the xdffileio
package we can use the following command:
sudo dnf remove xdffileio
xdffileio Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/1c
/usr/lib/.build-id/1c/1a9a8fd1d44fc01f1996d29d2448c83e4f3c01
/usr/lib/libxdffileio.so.0
/usr/lib/libxdffileio.so.0.0.3
/usr/share/doc/xdffileio
/usr/share/doc/xdffileio/AUTHORS
/usr/share/doc/xdffileio/NEWS
/usr/share/doc/xdffileio/README
/usr/share/licenses/xdffileio
/usr/share/licenses/xdffileio/COPYING
References
Summary
In this tutorial we learn how to install xdffileio
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install xdffileio on Fedora 36” linkTitle: “xdffileio” type: “docs” description: “In this tutorial we learn how to install xdffileio in Fedora 36. xdffileio is Unified interface to read/write EEG file format in realtime” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/xdffileio-featured.png
Introduction
In this tutorial we learn how to install xdffileio
on Fedora 36.
What is xdffileio
xdffileio provides a unified interface to read/write EEG file format in realtime. It has been designed to provide a consistent and common interface to all supported file formats while minimizing the CPU cost on the main loop. It thus performs all the expensive operation (scaling, data convertion and file operation) in a separated thread.
We can use yum
or dnf
to install xdffileio
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install xdffileio.
Install xdffileio 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 xdffileio
using dnf
by running the following command:
sudo dnf -y install xdffileio
Install xdffileio 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 xdffileio
using yum
by running the following command:
sudo yum -y install xdffileio
How To Uninstall xdffileio on Fedora 36
To uninstall only the xdffileio
package we can use the following command:
sudo dnf remove xdffileio
xdffileio Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/b5
/usr/lib/.build-id/b5/8c52013cc7d5604542bf2df5ab94249d724710
/usr/lib64/libxdffileio.so.0
/usr/lib64/libxdffileio.so.0.0.3
/usr/share/doc/xdffileio
/usr/share/doc/xdffileio/AUTHORS
/usr/share/doc/xdffileio/NEWS
/usr/share/doc/xdffileio/README
/usr/share/licenses/xdffileio
/usr/share/licenses/xdffileio/COPYING
References
Summary
In this tutorial we learn how to install xdffileio
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).