How to Install and Uninstall rtmidi.i686 Package on Fedora 39

Last updated: September 25,2024

1. Install "rtmidi.i686" package

Here is a brief guide to show you how to install rtmidi.i686 on Fedora 39

$ sudo dnf update $ sudo dnf install rtmidi.i686

2. Uninstall "rtmidi.i686" package

This guide covers the steps necessary to uninstall rtmidi.i686 on Fedora 39:

$ sudo dnf remove rtmidi.i686 $ sudo dnf autoremove

3. Information about the rtmidi.i686 package on Fedora 39

Last metadata expiration check: 3:18:07 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : rtmidi
Version : 5.0.0
Release : 2.fc39
Architecture : i686
Size : 50 k
Source : rtmidi-5.0.0-2.fc39.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