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

Last updated: October 06,2024

1. Install "rtmidi.i686" package

This guide let you learn how to install rtmidi.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install rtmidi.i686

2. Uninstall "rtmidi.i686" package

This is a short guide on how to uninstall rtmidi.i686 on Fedora 36:

$ sudo dnf remove rtmidi.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 2:21:44 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : rtmidi
Version : 4.0.0
Release : 2.fc36
Architecture : i686
Size : 49 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