How to Install and Uninstall python3-audioread Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 12,2024

1. Install "python3-audioread" package

Here is a brief guide to show you how to install python3-audioread on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-audioread

2. Uninstall "python3-audioread" package

Please follow the instructions below to uninstall python3-audioread on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-audioread package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-audioread
Priority: optional
Section: universe/python
Installed-Size: 89
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: audioread
Version: 1.0.3-1build1
Depends: python3:any (>= 3.3.2-2~), libav-tools
Filename: pool/universe/a/audioread/python3-audioread_1.0.3-1build1_all.deb
Size: 16592
MD5sum: 41feec57d6754d39ef1067986cc305ce
SHA1: a141b0a0a86b373ae613be3d1bd8dc172298ec11
SHA256: 749e127eeac66929ff4d7e831d00138af7e63dcadbac2ada6bb8929d26fd532d
Description-en: 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 avconv command-line interface.
* The standard library wave and aifc modules (for WAV and AIFF files).
Description-md5: c8cbf7b3c170ffdec02a15bc43c63633
Homepage: https://github.com/sampsyo/audioread
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu