How to Install and Uninstall fmidi-tools.x86_64 Package on Fedora 35

Last updated: September 21,2024

1. Install "fmidi-tools.x86_64" package

Learn how to install fmidi-tools.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install fmidi-tools.x86_64

2. Uninstall "fmidi-tools.x86_64" package

Learn how to uninstall fmidi-tools.x86_64 on Fedora 35:

$ sudo dnf remove fmidi-tools.x86_64 $ sudo dnf autoremove

3. Information about the fmidi-tools.x86_64 package on Fedora 35

Last metadata expiration check: 1:58:47 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : fmidi-tools
Version : 0.1.1
Release : 1.fc35
Architecture : x86_64
Size : 144 k
Source : fmidi-0.1.1-1.fc35.src.rpm
Repository : fedora
Summary : Command-line tools based on the fmidi library
URL : https://github.com/jpcima/fmidi
License : Boost
Description : 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-tools package contains command-line tools based on the fmidi library.