How To Install python3-pulsectl on Fedora 36

In this tutorial we learn how to install python3-pulsectl in Fedora 36. python3-pulsectl is Python high-level interface and ctypes-based bindings for PulseAudio

Introduction

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

What is python3-pulsectl

Python 3.x high-level interface and ctypes-based bindings for PulseAudio, mostly focused on mixer-like controls and introspection-related operations (as opposed to e.g. submitting sound samples to play, player-like client).

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

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

sudo dnf -y install python3-pulsectl

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

sudo yum -y install python3-pulsectl

How To Uninstall python3-pulsectl on Fedora 36

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

sudo dnf remove python3-pulsectl

python3-pulsectl Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/pulsectl
/usr/lib/python3.10/site-packages/pulsectl-22.3.2-py3.10.egg-info
/usr/lib/python3.10/site-packages/pulsectl-22.3.2-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/pulsectl-22.3.2-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/pulsectl-22.3.2-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/pulsectl-22.3.2-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/pulsectl/__init__.py
/usr/lib/python3.10/site-packages/pulsectl/__pycache__
/usr/lib/python3.10/site-packages/pulsectl/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pulsectl/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pulsectl/__pycache__/_pulsectl.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pulsectl/__pycache__/_pulsectl.cpython-310.pyc
/usr/lib/python3.10/site-packages/pulsectl/__pycache__/lookup.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pulsectl/__pycache__/lookup.cpython-310.pyc
/usr/lib/python3.10/site-packages/pulsectl/__pycache__/pulsectl.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pulsectl/__pycache__/pulsectl.cpython-310.pyc
/usr/lib/python3.10/site-packages/pulsectl/_pulsectl.py
/usr/lib/python3.10/site-packages/pulsectl/lookup.py
/usr/lib/python3.10/site-packages/pulsectl/pulsectl.py
/usr/lib/python3.10/site-packages/pulsectl/tests
/usr/lib/python3.10/site-packages/pulsectl/tests/__init__.py
/usr/lib/python3.10/site-packages/pulsectl/tests/__pycache__
/usr/lib/python3.10/site-packages/pulsectl/tests/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pulsectl/tests/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pulsectl/tests/__pycache__/test_with_dummy_instance.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pulsectl/tests/__pycache__/test_with_dummy_instance.cpython-310.pyc
/usr/lib/python3.10/site-packages/pulsectl/tests/test_with_dummy_instance.py
/usr/share/doc/python3-pulsectl
/usr/share/doc/python3-pulsectl/CHANGES.rst
/usr/share/doc/python3-pulsectl/README.rst
/usr/share/licenses/python3-pulsectl
/usr/share/licenses/python3-pulsectl/COPYING

References

Summary

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