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

Last updated: July 08,2024

1. Install "python-pyaudio" package

Please follow the guidelines below to install python-pyaudio on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-pyaudio

2. Uninstall "python-pyaudio" package

This is a short guide on how to uninstall python-pyaudio on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-pyaudio
Priority: optional
Section: universe/python
Installed-Size: 106
Maintainer: Ubuntu Developers
Original-Maintainer: Hubert Pham
Architecture: amd64
Version: 0.2.8-1build2
Provides: python2.7-pyaudio
Depends: python (>= 2.7), python (<< 2.8), libc6 (>= 2.14), libportaudio2 (>= 19+svn20101113)
Suggests: python-pyaudio-doc (>= 0.2.8)
Filename: pool/universe/p/python-pyaudio/python-pyaudio_0.2.8-1build2_amd64.deb
Size: 24050
MD5sum: 62fb676a56d8bddb18e87f80cdd3ace4
SHA1: af2d1077fb550c338b733a6d39ac13e58c6654c3
SHA256: a7b6ea5d42b92ee1b00ea089c943b23b2015402e37f592bca7ca4b544e026d17
Description-en: Python 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 Python2.
Description-md5: cb17cbd4db69f17e2901cb88fe174ae9
Homepage: http://people.csail.mit.edu/hubert/pyaudio/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu