How to Install and Uninstall python3-audioread.noarch Package on Fedora 34

Last updated: October 06,2024

1. Install "python3-audioread.noarch" package

In this section, we are going to explain the necessary steps to install python3-audioread.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-audioread.noarch

2. Uninstall "python3-audioread.noarch" package

Please follow the instructions below to uninstall python3-audioread.noarch on Fedora 34:

$ sudo dnf remove python3-audioread.noarch $ sudo dnf autoremove

3. Information about the python3-audioread.noarch package on Fedora 34

Last metadata expiration check: 0:02:15 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-audioread
Version : 2.1.9
Release : 2.fc34
Architecture : noarch
Size : 41 k
Source : python-audioread-2.1.9-2.fc34.src.rpm
Repository : fedora
Summary : Multi-library, cross-platform audio decoding in Python
URL : http://pypi.python.org/pypi/audioread/
License : MIT
Description : Decode audio files using whichever backend is available. Among
: currently supports backends are
: o Gstreamer via PyGObject
: o MAD via the pymad bindings
: o FFmpeg or Libav via its command-line interface
: o The standard library wave, aifc, and sunau modules