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

Last updated: May 14,2024

1. Install "python3-pyaudio" package

This is a short guide on how to install python3-pyaudio on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-pyaudio

2. Uninstall "python3-pyaudio" package

Here is a brief guide to show you how to uninstall python3-pyaudio on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-pyaudio
Priority: optional
Section: universe/python
Installed-Size: 106
Maintainer: Ubuntu Developers
Original-Maintainer: Hubert Pham
Architecture: amd64
Source: python-pyaudio
Version: 0.2.8-1build2
Provides: python3.5-pyaudio
Depends: python3 (<< 3.6), python3 (>= 3.5~), libc6 (>= 2.14), libportaudio2 (>= 19+svn20101113)
Suggests: python-pyaudio-doc (>= 0.2.8)
Filename: pool/universe/p/python-pyaudio/python3-pyaudio_0.2.8-1build2_amd64.deb
Size: 24092
MD5sum: ec5f0682edd518933f06f09807e74e4a
SHA1: 3e7e25fad5a0257fe484deb3d639d4e08006a26d
SHA256: cc309decf3eab3397e534462a4bb9c9e2e8389ef1b0670a8789259c6707bbce9
Description-en: Python3 bindings for PortAudio v19
PyAudio provides Python bindings for PortAudio v19, the
cross-platform audio I/O library. PyAudio makes it easy to use Python
to play and record audio via pythonic wrappers around the PortAudio
API. This package is for Python3.
Description-md5: 029ad1c75ee512cd608b5f1d149cd57c
Homepage: http://people.csail.mit.edu/hubert/pyaudio/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu