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

Last updated: May 19,2024

1. Install "rtmidi.i686" package

This guide covers the steps necessary to install rtmidi.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install rtmidi.i686

2. Uninstall "rtmidi.i686" package

Please follow the guidance below to uninstall rtmidi.i686 on Fedora 34:

$ sudo dnf remove rtmidi.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 2:06:31 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : rtmidi
Version : 3.0.0
Release : 11.fc34
Architecture : i686
Size : 47 k
Source : rtmidi-3.0.0-11.fc34.src.rpm
Repository : updates
Summary : Library for realtime MIDI input/output (ALSA support)
URL : http://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