How to Install and Uninstall rtaudio.x86_64 Package on Fedora 34

Last updated: June 18,2024

1. Install "rtaudio.x86_64" package

This tutorial shows how to install rtaudio.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install rtaudio.x86_64

2. Uninstall "rtaudio.x86_64" package

Please follow the instructions below to uninstall rtaudio.x86_64 on Fedora 34:

$ sudo dnf remove rtaudio.x86_64 $ sudo dnf autoremove

3. Information about the rtaudio.x86_64 package on Fedora 34

Last metadata expiration check: 0:04:04 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : rtaudio
Version : 5.0.0
Release : 9.fc34
Architecture : x86_64
Size : 58 k
Source : rtaudio-5.0.0-9.fc34.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