How To Install python3-audioread on Fedora 36

In this tutorial we learn how to install python3-audioread in Fedora 36. python3-audioread is Multi-library, cross-platform audio decoding in Python

Introduction

In this tutorial we learn how to install python3-audioread on Fedora 36.

What is python3-audioread

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

We can use yum or dnf to install python3-audioread on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-audioread.

Install python3-audioread on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python3-audioread using dnf by running the following command:

sudo dnf -y install python3-audioread

Install python3-audioread on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python3-audioread using yum by running the following command:

sudo yum -y install python3-audioread

How To Uninstall python3-audioread on Fedora 36

To uninstall only the python3-audioread package we can use the following command:

sudo dnf remove python3-audioread

python3-audioread Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/audioread
/usr/lib/python3.10/site-packages/audioread-2.1.9-py3.10.egg-info
/usr/lib/python3.10/site-packages/audioread-2.1.9-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/audioread-2.1.9-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/audioread-2.1.9-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/audioread-2.1.9-py3.10.egg-info/pbr.json
/usr/lib/python3.10/site-packages/audioread-2.1.9-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/audioread/__init__.py
/usr/lib/python3.10/site-packages/audioread/__pycache__
/usr/lib/python3.10/site-packages/audioread/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/audioread/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/audioread/__pycache__/exceptions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/audioread/__pycache__/exceptions.cpython-310.pyc
/usr/lib/python3.10/site-packages/audioread/__pycache__/ffdec.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/audioread/__pycache__/ffdec.cpython-310.pyc
/usr/lib/python3.10/site-packages/audioread/__pycache__/gstdec.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/audioread/__pycache__/gstdec.cpython-310.pyc
/usr/lib/python3.10/site-packages/audioread/__pycache__/macca.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/audioread/__pycache__/macca.cpython-310.pyc
/usr/lib/python3.10/site-packages/audioread/__pycache__/maddec.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/audioread/__pycache__/maddec.cpython-310.pyc
/usr/lib/python3.10/site-packages/audioread/__pycache__/rawread.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/audioread/__pycache__/rawread.cpython-310.pyc
/usr/lib/python3.10/site-packages/audioread/__pycache__/version.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/audioread/__pycache__/version.cpython-310.pyc
/usr/lib/python3.10/site-packages/audioread/exceptions.py
/usr/lib/python3.10/site-packages/audioread/ffdec.py
/usr/lib/python3.10/site-packages/audioread/gstdec.py
/usr/lib/python3.10/site-packages/audioread/macca.py
/usr/lib/python3.10/site-packages/audioread/maddec.py
/usr/lib/python3.10/site-packages/audioread/rawread.py
/usr/lib/python3.10/site-packages/audioread/version.py
/usr/share/doc/python3-audioread
/usr/share/doc/python3-audioread/README.rst
/usr/share/doc/python3-audioread/decode.py

References

Summary

In this tutorial we learn how to install python3-audioread on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).