How To Install biosig4c++ on Fedora 34

biosig4c++ is A software library for processing of biomedical signals A software library for processing of biomedical signals

Introduction

In this tutorial we learn how to install biosig4c++ on Fedora 34.

What is biosig4c++

BioSig is a software library for processing of biomedical signals (EEG, ECG, etc.) with Matlab, Octave, C/C++ and Python. A standalone signal viewer supporting more than 30 different data formats is also provided. biosig4c++ 1.9.5 5.gita2aae2b.fc34 x86_64 678 k biosig4c++-1.9.5-5.gita2aae2b.fc34.src.rpm fedora A software library for processing of biomedical signals https GPLv3+ BioSig is a software library for processing of biomedical signals (EEG, ECG, etc.) with Matlab, Octave, C/C++ and Python. A standalone signal viewer supporting more than 30 different data formats is also provided.

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

Install biosig4c++ on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

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

sudo dnf -y install biosig4c++

Install biosig4c++ on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

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

sudo yum -y install biosig4c++

How To Uninstall biosig4c++ on Fedora 34

To uninstall only the biosig4c++ package we can use the following command:

sudo dnf remove biosig4c++

biosig4c++ Package Contents on Fedora 34

/usr/bin/biosig_fhir
/usr/bin/heka2itx
/usr/bin/physicalunits
/usr/bin/save2aecg
/usr/bin/save2gdf
/usr/bin/save2scp
/usr/lib/.build-id
/usr/lib/.build-id/02
/usr/lib/.build-id/02/d3eed90709aef7d4d23d2013e4691b32dbe69e
/usr/lib/.build-id/28
/usr/lib/.build-id/28/0619930753a30eb1fe10678068f6abbad160a0
/usr/lib/.build-id/a7
/usr/lib/.build-id/a7/1ec4865920bcd272da49adfbab9d024b166747
/usr/lib/.build-id/b2
/usr/lib/.build-id/b2/97a187422c3383e4d93df6d4aead3906b9345c
/usr/lib/libbiosig.so.2
/usr/share/doc/biosig4c++
/usr/share/doc/biosig4c++/AUTHORS
/usr/share/doc/biosig4c++/NEWS
/usr/share/doc/biosig4c++/README
/usr/share/licenses/biosig4c++
/usr/share/licenses/biosig4c++/COPYING
/usr/share/man/man1/biosig_fhir.1.gz
/usr/share/man/man1/heka2itx.1.gz
/usr/share/man/man1/physicalunits.1.gz
/usr/share/man/man1/save2gdf.1.gz
/usr/bin/biosig_fhir
/usr/bin/heka2itx
/usr/bin/physicalunits
/usr/bin/save2aecg
/usr/bin/save2gdf
/usr/bin/save2scp
/usr/lib/.build-id
/usr/lib/.build-id/08
/usr/lib/.build-id/08/83cb774e4109bd104d1e3636b1cf26ee4bd968
/usr/lib/.build-id/2e
/usr/lib/.build-id/2e/9bee1130dbf08b24e777bde1b4374749d10822
/usr/lib/.build-id/c6
/usr/lib/.build-id/c6/e70fce65305c901479d77f115da3a086e17272
/usr/lib/.build-id/d4
/usr/lib/.build-id/d4/65009078b3f6a68b647bc8594fa9995932fcbe
/usr/lib64/libbiosig.so.2
/usr/share/doc/biosig4c++
/usr/share/doc/biosig4c++/AUTHORS
/usr/share/doc/biosig4c++/NEWS
/usr/share/doc/biosig4c++/README
/usr/share/licenses/biosig4c++
/usr/share/licenses/biosig4c++/COPYING
/usr/share/man/man1/biosig_fhir.1.gz
/usr/share/man/man1/heka2itx.1.gz
/usr/share/man/man1/physicalunits.1.gz
/usr/share/man/man1/save2gdf.1.gz

References

Summary

In this tutorial we learn how to install biosig4c++ on Fedora 34 using yum and dnf.