How to Install and Uninstall python3-audioread Package on Kali Linux

Last updated: May 11,2024

1. Install "python3-audioread" package

Here is a brief guide to show you how to install python3-audioread on Kali Linux

$ sudo apt update $ sudo apt install python3-audioread

2. Uninstall "python3-audioread" package

Please follow the guidelines below to uninstall python3-audioread on Kali Linux:

$ sudo apt remove python3-audioread $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-audioread package on Kali Linux

Package: python3-audioread
Source: audioread
Version: 3.0.1-1
Installed-Size: 87
Maintainer: Debian Python Team
Architecture: all
Depends: ffmpeg, python3:any
Size: 22340
SHA256: dd7d85d6fe7fbc98b95c692c475d32578b325e309b48d8fa6859d3c84c453161
SHA1: f7373b42dea1a1ded7466b371534b7cf15884a2e
MD5sum: d9430d159dbe125533c01ec5d024dc97
Description: Backend-agnostic audio decoding Python 3 package
Decode audio files using whichever backend is available. The library
for Python 3 currently supports:
.
* FFmpeg via the ffmpeg command-line interface.
* The standard library wave and aifc modules (for WAV and AIFF files).
Description-md5:
Homepage: https://github.com/sampsyo/audioread
Section: python
Priority: optional
Filename: pool/main/a/audioread/python3-audioread_3.0.1-1_all.deb