How To Install fmidi-libs on Fedora 36

In this tutorial we learn how to install fmidi-libs in Fedora 36. fmidi-libs is Libraries for fmidi

Introduction

In this tutorial we learn how to install fmidi-libs on Fedora 36.

What is fmidi-libs

Fmidi is a library to read and play back MIDI files. It supports both standard MIDI files and RIFF MIDI files. The functionality is exposed as a C programming interface, and it is implemented with C++. It is a simple library which is good for implementing a MIDI file player, or any program taking MIDI files as inputs. In fact, a player with a terminal interface is provided as an example. The fmidi-libs package contains the fmidi libraries.

We can use yum or dnf to install fmidi-libs on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install fmidi-libs.

Install fmidi-libs 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 fmidi-libs using dnf by running the following command:

sudo dnf -y install fmidi-libs

Install fmidi-libs 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 fmidi-libs using yum by running the following command:

sudo yum -y install fmidi-libs

How To Uninstall fmidi-libs on Fedora 36

To uninstall only the fmidi-libs package we can use the following command:

sudo dnf remove fmidi-libs

fmidi-libs Package Contents on Fedora 36

---
title: "How To Install fmidi-libs on Fedora 36"
linkTitle: "fmidi-libs"
type: "docs"
description: "In this tutorial we learn how to install fmidi-libs in Fedora 36. fmidi-libs is Libraries for fmidi"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/fmidi-libs-featured.png
---

## Introduction

In this tutorial we learn how to install `fmidi-libs` on Fedora 36.

### What is `fmidi-libs`

> Fmidi is a library to read and play back MIDI files. It supports both standard MIDI files and RIFF MIDI files.  The functionality is exposed as a C programming interface, and it is implemented with C++.  It is a simple library which is good for implementing a MIDI file player, or any program taking MIDI files as inputs. In fact, a player with a terminal interface is provided as an example.  The fmidi-libs package contains the fmidi libraries.  

We can use `yum` or `dnf` to install `fmidi-libs` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install fmidi-libs.

## Install fmidi-libs 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 fmidi-libs using dnf by running the following command:

sudo dnf -y install fmidi-libs

Install fmidi-libs 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 fmidi-libs using yum by running the following command:

sudo yum -y install fmidi-libs

How To Uninstall fmidi-libs on Fedora 36

To uninstall only the fmidi-libs package we can use the following command: /usr/lib/.build-id /usr/lib/.build-id/89/0c217eeebb330fe5207226dce84b01f9c93e77 /usr/lib64/libfmidi.so.0.1 /usr/share/licenses/fmidi-libs /usr/share/licenses/fmidi-libs/LICENSE.md

sudo dnf remove fmidi-libs

fmidi-libs Package Contents on Fedora 36

References

Summary

In this tutorial we learn how to install fmidi-libs on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).

/usr/lib/.build-id /usr/lib/.build-id/be /usr/lib/.build-id/be/342ae8ef310d4fe96ea253a567241f9e02fe83 /usr/lib/libfmidi.so.0.1 /usr/share/licenses/fmidi-libs /usr/share/licenses/fmidi-libs/LICENSE.md


## References

* [fmidi-libs website](https://github.com/jpcima/fmidi)

## Summary

In this tutorial we learn how to install `fmidi-libs` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).