How to Install and Uninstall rtmidi.x86_64 Package on Fedora 36

Last updated: October 07,2024

1. Install "rtmidi.x86_64" package

This guide covers the steps necessary to install rtmidi.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install rtmidi.x86_64

2. Uninstall "rtmidi.x86_64" package

Here is a brief guide to show you how to uninstall rtmidi.x86_64 on Fedora 36:

$ sudo dnf remove rtmidi.x86_64 $ sudo dnf autoremove

3. Information about the rtmidi.x86_64 package on Fedora 36

Last metadata expiration check: 2:20:39 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : rtmidi
Version : 4.0.0
Release : 2.fc36
Architecture : x86_64
Size : 47 k
Source : rtmidi-4.0.0-2.fc36.src.rpm
Repository : fedora
Summary : Library for realtime MIDI input/output (ALSA support)
URL : https://www.music.mcgill.ca/~gary/rtmidi/index.html
License : MIT
Description : RtMidi is a set of C++ classes (RtMidiIn and RtMidiOut) that provides a common
: API (Application Programming Interface) for realtime MIDI input/output across
: Linux (ALSA & Jack), Macintosh OS X, Windows (Multimedia Library), and SGI
: operating systems. RtMidi significantly simplifies the process of interacting
: with computer MIDI hardware and software. It was designed with the following
: goals:
: * object oriented C++ design
: * simple, common API across all supported platforms
: * only two header files and one source file for easy inclusion in programming
: projects
: * MIDI device enumeration