How to Install and Uninstall librtaudio6 Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 18,2024

1. Install "librtaudio6" package

This is a short guide on how to install librtaudio6 on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install librtaudio6

2. Uninstall "librtaudio6" package

Please follow the guidelines below to uninstall librtaudio6 on Ubuntu 21.04 (Hirsute Hippo):

$ sudo apt remove librtaudio6 $ sudo apt autoclean && sudo apt autoremove

3. Information about the librtaudio6 package on Ubuntu 21.04 (Hirsute Hippo)

Package: librtaudio6
Architecture: amd64
Version: 5.1.0~ds1-1
Multi-Arch: same
Priority: optional
Section: universe/libs
Source: rtaudio
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Multimedia Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 152
Depends: libasound2 (>= 1.0.16), libc6 (>= 2.14), libgcc-s1 (>= 3.0), libjack-jackd2-0 (>= 1.9.10+20150825) | libjack-0.125, libpulse0 (>= 0.99.1), libstdc++6 (>= 5.2)
Filename: pool/universe/r/rtaudio/librtaudio6_5.1.0~ds1-1_amd64.deb
Size: 45236
MD5sum: 5a4fedeb217c521b1b861f835b6e089e
SHA1: d7c44d6ef53919fdf2ec826e7c1ea60b7341c5a3
SHA256: 2c56023944af2410be8490112cdf229698f3331e4b36f734220aa70b4652dd2d
SHA512: 9f0760952855503dea9a6ba356308f332ff61fcfe7acca0820c061126aca47e2501b9d0a95a7b2fe1f9ea7014652f21a47622b7e8c2b8baeec02d98380069a74
Homepage: https://www.music.mcgill.ca/~gary/rtaudio/
Description-en: C++ library for realtime audio input/ouput
RtAudio is a set of C++ classes that provides a common API (Application
Programming Interface) for realtime audio input/output across Linux
(native ALSA, JACK, and OSS), Macintosh OS X, SGI, and Windows
(DirectSound and ASIO) 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
* only one source and two header files for easy inclusion in
programming projects
* 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
.
RtAudio incorporates the concept of audio streams, which represent audio
output (playback) and/or input (recording). Available audio devices and
their capabilities can be enumerated and then specified when opening a
stream.
.
This package provides the shared library.
Description-md5: cd307f18f1ef80990a830eb091c020bf
Task: ubuntustudio-video, ubuntustudio-graphics, ubuntustudio-audio