How to Install and Uninstall xdffileio.i686 Package on Fedora 36

Last updated: July 08,2024

1. Install "xdffileio.i686" package

This guide let you learn how to install xdffileio.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install xdffileio.i686

2. Uninstall "xdffileio.i686" package

Here is a brief guide to show you how to uninstall xdffileio.i686 on Fedora 36:

$ sudo dnf remove xdffileio.i686 $ sudo dnf autoremove

3. Information about the xdffileio.i686 package on Fedora 36

Last metadata expiration check: 4:23:28 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : xdffileio
Version : 0.3
Release : 15.fc36
Architecture : i686
Size : 41 k
Source : xdffileio-0.3-15.fc36.src.rpm
Repository : fedora
Summary : Unified interface to read/write EEG file format in realtime
URL : http://cnbi.epfl.ch/software/xdffileio.html
License : LGPLv3+
Description : 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.