How to Install and Uninstall librtaudio6 Package on Kali Linux

Last updated: May 17,2024

1. Install "librtaudio6" package

This tutorial shows how to install librtaudio6 on Kali Linux

$ sudo apt update $ sudo apt install librtaudio6

2. Uninstall "librtaudio6" package

This is a short guide on how to uninstall librtaudio6 on Kali Linux:

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

3. Information about the librtaudio6 package on Kali Linux

Package: librtaudio6
Source: rtaudio
Version: 5.2.0~ds1-2
Installed-Size: 152
Maintainer: Debian Multimedia Maintainers
Architecture: amd64
Depends: libasound2 (>= 1.0.16), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libjack-jackd2-0 (>= 1.9.10+20150825) | libjack-0.125, libpulse0 (>= 0.99.1), libstdc++6 (>= 11)
Size: 53268
SHA256: ab003ab87c0b125d9a88631bebebfe4acf1cab34b66a428b0485b9f9d7258cbd
SHA1: 53fc62cdc7b2c556742eb9c0f7103f3191e77f18
MD5sum: 0b828e792d28df8de65b142791eae37b
Description: 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:
Multi-Arch: same
Homepage: https://www.music.mcgill.ca/~gary/rtaudio/
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/r/rtaudio/librtaudio6_5.2.0~ds1-2_amd64.deb