How to Install and Uninstall python3-PyAudio Package on openSUSE Leap

Last updated: October 04,2024

1. Install "python3-PyAudio" package

This guide covers the steps necessary to install python3-PyAudio on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-PyAudio

2. Uninstall "python3-PyAudio" package

Please follow the guidelines below to uninstall python3-PyAudio on openSUSE Leap:

$ sudo zypper remove python3-PyAudio

3. Information about the python3-PyAudio package on openSUSE Leap

Information for package python3-PyAudio:
----------------------------------------
Repository : Main Repository
Name : python3-PyAudio
Version : 0.2.11-bp155.2.12
Arch : x86_64
Vendor : openSUSE
Installed Size : 157.0 KiB
Installed : No
Status : not installed
Source package : python-PyAudio-0.2.11-bp155.2.12.src
Upstream URL : https://people.csail.mit.edu/hubert/pyaudio/
Summary : Python Bindings for PortAudio v19
Description :
PyAudio provides Python bindings for PortAudio v19, the cross-platform audio I/O library.
With PyAudio, you can easily use Python to play and record audio streams on a variety
of platforms (e.g., GNU/Linux, Microsoft Windows, and Mac OS X).