How to Install and Uninstall rtaudio.i686 Package on Fedora 38

Last updated: October 04,2024

1. Install "rtaudio.i686" package

Here is a brief guide to show you how to install rtaudio.i686 on Fedora 38

$ sudo dnf update $ sudo dnf install rtaudio.i686

2. Uninstall "rtaudio.i686" package

Please follow the guidance below to uninstall rtaudio.i686 on Fedora 38:

$ sudo dnf remove rtaudio.i686 $ sudo dnf autoremove

3. Information about the rtaudio.i686 package on Fedora 38

Last metadata expiration check: 0:25:43 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : rtaudio
Version : 5.2.0
Release : 2.fc38
Architecture : i686
Size : 68 k
Source : rtaudio-5.2.0-2.fc38.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