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

Last updated: January 11,2025

1. Install "python3-pyaudio.x86_64" package

This tutorial shows how to install python3-pyaudio.x86_64 on Fedora 39

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

2. Uninstall "python3-pyaudio.x86_64" package

Please follow the instructions below to uninstall python3-pyaudio.x86_64 on Fedora 39:

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

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

Last metadata expiration check: 5:49:56 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-pyaudio
Version : 0.2.13
Release : 1.fc39
Architecture : x86_64
Size : 43 k
Source : pyaudio-0.2.13-1.fc39.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.