How To Install python-jack-client on Fedora 36

In this tutorial we learn how to install python-jack-client in Fedora 36. python-jack-client is JACK Audio Connection Kit (JACK) Client for Python

Introduction

In this tutorial we learn how to install python-jack-client on Fedora 36.

What is python-jack-client

Python module that provides bindings for the JACK library. The module is able to create audio input and output ports, also provides the functionality to manage MIDI ports. This package installs the library for Python.

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

Install python-jack-client 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 python-jack-client using dnf by running the following command:

sudo dnf -y install python-jack-client

Install python-jack-client 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 python-jack-client using yum by running the following command:

sudo yum -y install python-jack-client

How To Uninstall python-jack-client on Fedora 36

To uninstall only the python-jack-client package we can use the following command:

sudo dnf remove python-jack-client

python-jack-client Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/JACK_Client-0.5.2-py3.10.egg-info
/usr/lib/python3.10/site-packages/JACK_Client-0.5.2-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/JACK_Client-0.5.2-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/JACK_Client-0.5.2-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/JACK_Client-0.5.2-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/JACK_Client-0.5.2-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/JACK_Client-0.5.2-py3.10.egg-info/zip-safe
/usr/lib/python3.10/site-packages/__pycache__/_jack.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/__pycache__/_jack.cpython-310.pyc
/usr/lib/python3.10/site-packages/__pycache__/jack.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/__pycache__/jack.cpython-310.pyc
/usr/lib/python3.10/site-packages/_jack.py
/usr/lib/python3.10/site-packages/jack.py
/usr/share/doc/python-jack-client
/usr/share/doc/python-jack-client/CONTRIBUTING.rst
/usr/share/doc/python-jack-client/NEWS.rst
/usr/share/doc/python-jack-client/README.rst
/usr/share/licenses/python-jack-client
/usr/share/licenses/python-jack-client/LICENSE

References

Summary

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