How to Install and Uninstall python3-pyaudio.x86_64 Package on Fedora 34

Last updated: October 05,2024

1. Install "python3-pyaudio.x86_64" package

Please follow the steps below to install python3-pyaudio.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install python3-pyaudio.x86_64

2. Uninstall "python3-pyaudio.x86_64" package

Please follow the guidance below to uninstall python3-pyaudio.x86_64 on Fedora 34:

$ sudo dnf remove python3-pyaudio.x86_64 $ sudo dnf autoremove

3. Information about the python3-pyaudio.x86_64 package on Fedora 34

Last metadata expiration check: 2:26:37 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-pyaudio
Version : 0.2.11
Release : 10.fc34
Architecture : x86_64
Size : 38 k
Source : pyaudio-0.2.11-10.fc34.src.rpm
Repository : fedora
Summary : Python bindings for PortAudio
URL : http://people.csail.mit.edu/hubert/pyaudio/
License : MIT
Description : PyAudio provides Python bindings for PortAudio, the cross-platform audio I/O
: library. With PyAudio, you can easily use Python to play and record audio on
: a variety of platforms.