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

Last updated: October 09,2024

1. Install "rtaudio.i686" package

Please follow the steps below to install rtaudio.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install rtaudio.i686

2. Uninstall "rtaudio.i686" package

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

$ sudo dnf remove rtaudio.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 4:42:46 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : rtaudio
Version : 5.0.0
Release : 10.fc35
Architecture : i686
Size : 59 k
Source : rtaudio-5.0.0-10.fc35.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