How to Install and Uninstall libsamplerate0 Package on Kali Linux

Last updated: September 20,2024

1. Install "libsamplerate0" package

Please follow the guidelines below to install libsamplerate0 on Kali Linux

$ sudo apt update $ sudo apt install libsamplerate0

2. Uninstall "libsamplerate0" package

This tutorial shows how to uninstall libsamplerate0 on Kali Linux:

$ sudo apt remove libsamplerate0 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libsamplerate0 package on Kali Linux

Package: libsamplerate0
Source: libsamplerate
Version: 0.2.2-4
Installed-Size: 1493
Maintainer: Debian Multimedia Maintainers
Architecture: amd64
Depends: libc6 (>= 2.14)
Size: 952408
SHA256: 4975724b033a1257f167539467a72aad8e102f38ef9074492cb40e52464be7c1
SHA1: 75ddc43ba68ab63f63b7b6d31248480c90c34ad2
MD5sum: d83c309d56986b3c96fd2ea26d1ccc23
Description: Audio sample rate conversion library
libsamplerate (aka Secret Rabbit Code) is a library for audio rate conversion.
.
libsamplerate currently provides three different sample rate conversion
algorithms; zero order hold, linear interpolation and FIR filter interpolation
(using filters derived from the mathematical SINC function). The first two
algorithms (zero order hold and linear) are included for completeness and are
not recommended for any application where high quality sample rate conversion
is required. For the FIR/Sinc algorithm, three converters are provided;
SRC_SINC_FASTEST, SRC_SINC_MEDIUM_QUALITY and SRC_SINC_BEST_QUALITY to allow a
trade off between conversion speed and conversion quality.
.
libsamplerate is capable of downsampling to 1/256 of the original sample rate
and upsampling to 256 times the original sample rate. It is also capable of
time varying conversions for vary speed effects and synchronising of two
unlocked sample rates.
Description-md5:
Multi-Arch: same
Homepage: https://libsndfile.github.io/libsamplerate/
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/libs/libsamplerate/libsamplerate0_0.2.2-4_amd64.deb