How To Install studio-controls on Fedora 36

In this tutorial we learn how to install studio-controls in Fedora 36. studio-controls is Studio control for audio devices

Introduction

In this tutorial we learn how to install studio-controls on Fedora 36.

What is studio-controls

Studio Controls is a small application that enables/disables realtime privilege for users and controls jackdbus. It allows Jackdbus to be run from session start. It also will detect USB audio devices getting plugged in after session start and optionally connect them to jackdbus as a client or switch them in as jackdbus master.

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

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

sudo dnf -y install studio-controls

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

sudo yum -y install studio-controls

How To Uninstall studio-controls on Fedora 36

To uninstall only the studio-controls package we can use the following command:

sudo dnf remove studio-controls

studio-controls Package Contents on Fedora 36

/etc/acpi/events/studio-plug
/etc/acpi/events/studio-unplug
/etc/acpi/studio.sh
/usr/bin/autojack
/usr/bin/convert-studio-controls
/usr/bin/studio-controls
/usr/lib/systemd/studio
/usr/lib/systemd/system/studio-system.service
/usr/lib/systemd/user/default.target.wants
/usr/lib/systemd/user/default.target.wants/studio.service
/usr/lib/systemd/user/studio.service
/usr/sbin/studio-system
/usr/share/applications/studio-controls.desktop
/usr/share/doc/studio-controls
/usr/share/doc/studio-controls/AUTHORS
/usr/share/doc/studio-controls/README
/usr/share/doc/studio-controls/ROADMAP
/usr/share/icons/hicolor/128x128/apps/studio-controls.png
/usr/share/icons/hicolor/16x16/apps/studio-controls.png
/usr/share/icons/hicolor/22x22/apps/studio-controls.png
/usr/share/icons/hicolor/24x24/apps/studio-controls.png
/usr/share/icons/hicolor/256x256/apps/studio-controls.png
/usr/share/icons/hicolor/48x48/apps/studio-controls.png
/usr/share/icons/hicolor/64x64/apps/studio-controls.png
/usr/share/icons/hicolor/scalable/apps/studio-controls.svg
/usr/share/licenses/studio-controls
/usr/share/licenses/studio-controls/COPYING
/usr/share/man/man1/studio-controls.1.gz
/usr/share/man/man2/autojack.2.gz
/usr/share/man/man2/studio-system.2.gz
/usr/share/polkit-1/actions/com.studiocontrols.pkexec.studio-controls.policy
/usr/share/studio-controls
/usr/share/studio-controls/audio.conf
/usr/share/studio-controls/blacklist-studio.conf
/usr/share/studio-controls/studio-controls.glade
/usr/share/studio-controls/version

References

Summary

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