How To Install jack-mixer on Fedora 36
Introduction
In this tutorial we learn how to install jack-mixer
on Fedora 36.
What is jack-mixer
jack_mixer is an audio mixer for JACK with a look similar to its hardware counterparts. Many features are available, here is a short list - Mix any number of input channels (mono or stereo). - Control balance and faders with MIDI commands. - Handle session management with LASH. - Create as many outputs as necessary. - Quickly monitor inputs (PFL) and outputs.
We can use yum
or dnf
to install jack-mixer
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install jack-mixer.
Install jack-mixer 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 jack-mixer
using dnf
by running the following command:
sudo dnf -y install jack-mixer
Install jack-mixer 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 jack-mixer
using yum
by running the following command:
sudo yum -y install jack-mixer
How To Uninstall jack-mixer on Fedora 36
To uninstall only the jack-mixer
package we can use the following command:
sudo dnf remove jack-mixer
jack-mixer Package Contents on Fedora 36
/usr/bin/jack_mix_box
/usr/bin/jack_mixer
/usr/bin/jack_mixer.py
/usr/lib/.build-id
/usr/lib/.build-id/19
/usr/lib/.build-id/19/76d0115dee6ddbe47416bb6fbedf40b84fea6d
/usr/lib/.build-id/99
/usr/lib/.build-id/99/e0671406ec2040091bf11ea8da18d39757a9ab
/usr/lib64/python3.10/site-packages/jack_mixer_c.so
/usr/share/applications/jack_mixer.desktop
/usr/share/doc/jack-mixer
/usr/share/doc/jack-mixer/NEWS
/usr/share/doc/jack-mixer/README.md
/usr/share/icons/hicolor/16x16/apps/jack_mixer.png
/usr/share/icons/hicolor/22x22/apps/jack_mixer.png
/usr/share/icons/hicolor/24x24/apps/jack_mixer.png
/usr/share/icons/hicolor/32x32/apps/jack_mixer.png
/usr/share/icons/hicolor/48x48/apps/jack_mixer.png
/usr/share/icons/hicolor/scalable/apps/jack_mixer.svg
/usr/share/jack_mixer
/usr/share/jack_mixer/abspeak.py
/usr/share/jack_mixer/channel.py
/usr/share/jack_mixer/gui.py
/usr/share/jack_mixer/meter.py
/usr/share/jack_mixer/nsmclient.py
/usr/share/jack_mixer/preferences.py
/usr/share/jack_mixer/scale.py
/usr/share/jack_mixer/serialization.py
/usr/share/jack_mixer/serialization_xml.py
/usr/share/jack_mixer/slider.py
/usr/share/jack_mixer/version.py
/usr/share/licenses/jack-mixer
/usr/share/licenses/jack-mixer/COPYING
References
Summary
In this tutorial we learn how to install jack-mixer
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).