How To Install python3-simpleaudio on Fedora 36

In this tutorial we learn how to install python3-simpleaudio in Fedora 36. python3-simpleaudio is Simple, asynchronous audio playback module for Python 3

Introduction

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

What is python3-simpleaudio

The simpleaudio module provides asynchronous, cross-platform, dependency-free audio playback capability for Python 3.

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

Install python3-simpleaudio 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-simpleaudio using dnf by running the following command:

sudo dnf -y install python3-simpleaudio

Install python3-simpleaudio 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-simpleaudio using yum by running the following command:

sudo yum -y install python3-simpleaudio

How To Uninstall python3-simpleaudio on Fedora 36

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

sudo dnf remove python3-simpleaudio

python3-simpleaudio Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/4c
/usr/lib/.build-id/4c/a4a08f7d713a209e1455cab999c5386a0779f6
/usr/lib64/python3.10/site-packages/simpleaudio
/usr/lib64/python3.10/site-packages/simpleaudio-1.0.4-py3.10.egg-info
/usr/lib64/python3.10/site-packages/simpleaudio-1.0.4-py3.10.egg-info/PKG-INFO
/usr/lib64/python3.10/site-packages/simpleaudio-1.0.4-py3.10.egg-info/SOURCES.txt
/usr/lib64/python3.10/site-packages/simpleaudio-1.0.4-py3.10.egg-info/dependency_links.txt
/usr/lib64/python3.10/site-packages/simpleaudio-1.0.4-py3.10.egg-info/top_level.txt
/usr/lib64/python3.10/site-packages/simpleaudio/__init__.py
/usr/lib64/python3.10/site-packages/simpleaudio/__pycache__
/usr/lib64/python3.10/site-packages/simpleaudio/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/simpleaudio/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/simpleaudio/__pycache__/functionchecks.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/simpleaudio/__pycache__/functionchecks.cpython-310.pyc
/usr/lib64/python3.10/site-packages/simpleaudio/__pycache__/shiny.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/simpleaudio/__pycache__/shiny.cpython-310.pyc
/usr/lib64/python3.10/site-packages/simpleaudio/_simpleaudio.cpython-310-x86_64-linux-gnu.so
/usr/lib64/python3.10/site-packages/simpleaudio/functionchecks.py
/usr/lib64/python3.10/site-packages/simpleaudio/shiny.py
/usr/lib64/python3.10/site-packages/simpleaudio/test_audio
/usr/lib64/python3.10/site-packages/simpleaudio/test_audio/c.wav
/usr/lib64/python3.10/site-packages/simpleaudio/test_audio/e.wav
/usr/lib64/python3.10/site-packages/simpleaudio/test_audio/g.wav
/usr/lib64/python3.10/site-packages/simpleaudio/test_audio/left_right.wav
/usr/lib64/python3.10/site-packages/simpleaudio/test_audio/notes_2_16_44.wav
/usr/share/licenses/python3-simpleaudio
/usr/share/licenses/python3-simpleaudio/LICENSE.txt

References

Summary

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