How To Install ubuntustudio-controls on Ubuntu 20.04

In this tutorial we learn how to install ubuntustudio-controls on Ubuntu 20.04. ubuntustudio-controls is Ubuntu Studio Controls Ubuntu Studio Controls

Introduction

In this tutorial we learn how to install ubuntustudio-controls on Ubuntu 20.04.

What is ubuntustudio-controls

ubuntustudio-controls is:

Ubuntu 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. Task: ubuntustudio-desktop-core, ubuntustudio-desktop

Package: ubuntustudio-controls Architecture: all Version: 1.12.4 Priority: optional Section: universe/admin Origin: Ubuntu Maintainer: Ubuntu Studio Development Team [email protected] Bugs: https://bugs.launchpad.net/ubuntu/+filebug Installed-Size: 290 Depends: a2jmidid, jackd2, pulseaudio-module-jack, python3-dbus, python3-gi, python3, python3-jack-client, zita-ajbridge, qasmixer, pavucontrol Suggests: carla Conflicts: cadence Filename: pool/universe/u/ubuntustudio-controls/ubuntustudio-controls_1.12.4_all.deb Size: 59052 MD5sum: 4b5af0c76267d7650e1b7120ae9e5baf SHA1: d9aae283fa0228c16b1e17416a3292f2c70f63eb SHA256: 05f28232488bd8cc2bf0c2683858a46a12fd03f52a9c43f049a57d5c6b2d4508 Homepage: https://launchpad.net/ubuntustudio-controls Description-en: Ubuntu Studio Controls Ubuntu 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. Task: ubuntustudio-desktop-core, ubuntustudio-desktop

There are three methods to install ubuntustudio-controls on Ubuntu 20.04. We can use apt-get, apt and aptitude. In the following sections we will describe each method. You can choose one of them.

Install ubuntustudio-controls Using apt-get

Update apt database with apt-get using the following command.

sudo apt-get update

After updating apt database, We can install ubuntustudio-controls using apt-get by running the following command:

sudo apt-get -y install ubuntustudio-controls

Install ubuntustudio-controls Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install ubuntustudio-controls using apt by running the following command:

sudo apt -y install ubuntustudio-controls

Install ubuntustudio-controls Using aptitude

If you want to follow this method, you might need to install aptitude first since aptitude is usually not installed by default on Ubuntu. Update apt database with aptitude using the following command.

sudo aptitude update

After updating apt database, We can install ubuntustudio-controls using aptitude by running the following command:

sudo aptitude -y install ubuntustudio-controls

How To Uninstall ubuntustudio-controls on Ubuntu 20.04

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

sudo apt-get remove ubuntustudio-controls

Uninstall ubuntustudio-controls And Its Dependencies

To uninstall ubuntustudio-controls and its dependencies that are no longer needed by Ubuntu 20.04, we can use the command below:

sudo apt-get -y autoremove ubuntustudio-controls

Remove ubuntustudio-controls Configurations and Data

To remove ubuntustudio-controls configuration and data from Ubuntu 20.04 we can use the following command:

sudo apt-get -y purge ubuntustudio-controls

Remove ubuntustudio-controls configuration, data, and all of its dependencies

We can use the following command to remove ubuntustudio-controls configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge ubuntustudio-controls

References

Summary

In this tutorial we learn how to install ubuntustudio-controls package on Ubuntu 20.04 using different package management tools: apt, apt-get and aptitude.