How to Install and Uninstall rtaudio-devel.x86_64 Package on Fedora 35

Last updated: October 09,2024

1. Install "rtaudio-devel.x86_64" package

Please follow the instructions below to install rtaudio-devel.x86_64 on Fedora 35

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

2. Uninstall "rtaudio-devel.x86_64" package

In this section, we are going to explain the necessary steps to uninstall rtaudio-devel.x86_64 on Fedora 35:

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

3. Information about the rtaudio-devel.x86_64 package on Fedora 35

Last metadata expiration check: 4:17:31 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : rtaudio-devel
Version : 5.0.0
Release : 10.fc35
Architecture : x86_64
Size : 135 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