How To Install edflib on Fedora 36
Introduction
In this tutorial we learn how to install edflib
on Fedora 36.
What is edflib
EDFlib is a programming library for C/C++ for reading and writing EDF+ and BDF+ files. It also reads “old style” EDF and BDF files. EDF means European Data Format. BDF is the 24-bits version of EDF. Documentation is available at https Documentation is available at https
We can use yum
or dnf
to install edflib
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install edflib.
Install edflib 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 edflib
using dnf
by running the following command:
sudo dnf -y install edflib
Install edflib 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 edflib
using yum
by running the following command:
sudo yum -y install edflib
How To Uninstall edflib on Fedora 36
To uninstall only the edflib
package we can use the following command:
sudo dnf remove edflib
edflib Package Contents on Fedora 36
---
title: "How To Install edflib on Fedora 36"
linkTitle: "edflib"
type: "docs"
description: "In this tutorial we learn how to install edflib in Fedora 36. edflib is C/C++ library to read/write EDF+ and BDF+ files"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/edflib-featured.png
---
## Introduction
In this tutorial we learn how to install `edflib` on Fedora 36.
### What is `edflib`
> EDFlib is a programming library for C/C++ for reading and writing EDF+ and BDF+ files. It also reads “old style” EDF and BDF files. EDF means European Data Format. BDF is the 24-bits version of EDF. Documentation is available at https Documentation is available at https
We can use `yum` or `dnf` to install `edflib` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install edflib.
/usr/lib/.build-id
/usr/lib/.build-id/c3
/usr/lib/.build-id/c3/b998a6bf25a25bbb80c9b06d95d43fc6160344
/usr/lib64/libedf.so.0.1
/usr/share/doc/edflib
/usr/share/doc/edflib/README.md
/usr/share/licenses/edflib
/usr/share/licenses/edflib/LICENSE
## Install edflib on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install edflib
using dnf
by running the following command:
sudo dnf -y install edflib
## References
## Install edflib on Fedora 36 Using yum
* [edflib website](https://gitlab.com/Teuniz/EDFlib/)
Update yum database with `yum` using the following command.
## Summary
```bash
sudo yum makecache --refresh
In this tutorial we learn how to install `edflib` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).
After updating yum database, We can install edflib
using yum
by running the following command:
sudo yum -y install edflib
How To Uninstall edflib on Fedora 36
To uninstall only the edflib
package we can use the following command:
sudo dnf remove edflib
edflib Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/ef
/usr/lib/.build-id/ef/579f63bcd219a87502d3bb07daf9f734c918e9
/usr/lib/libedf.so.0.1
/usr/share/doc/edflib
/usr/share/doc/edflib/README.md
/usr/share/licenses/edflib
/usr/share/licenses/edflib/LICENSE
References
Summary
In this tutorial we learn how to install edflib
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).