How to Install and Uninstall rtaudio-devel.i686 Package on Fedora 39

Last updated: September 22,2024

1. Install "rtaudio-devel.i686" package

Learn how to install rtaudio-devel.i686 on Fedora 39

$ sudo dnf update $ sudo dnf install rtaudio-devel.i686

2. Uninstall "rtaudio-devel.i686" package

This tutorial shows how to uninstall rtaudio-devel.i686 on Fedora 39:

$ sudo dnf remove rtaudio-devel.i686 $ sudo dnf autoremove

3. Information about the rtaudio-devel.i686 package on Fedora 39

Last metadata expiration check: 5:11:38 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : rtaudio-devel
Version : 5.2.0
Release : 3.fc39
Architecture : i686
Size : 177 k
Source : rtaudio-5.2.0-3.fc39.src.rpm
Repository : fedora
Summary : Real-time Audio I/O Library
URL : http://www.music.mcgill.ca/~gary/rtaudio/
License : MIT
Description : RtAudio is a set of C++ classes that provide a common API for realtime audio
: input/output across different operating systems. RtAudio significantly
: simplifies the process of interacting with computer audio hardware. It was
: designed with the following objectives:
:
: * object-oriented C++ design
: * simple, common API across all supported platforms
: * allow simultaneous multi-api support
: * support dynamic connection of devices
: * provide extensive audio device parameter control
: * allow audio device capability probing
: * automatic internal conversion for data format, channel number compensation,
: (de)interleaving, and byte-swapping