How To Install ubuntustudio-default-settings on Ubuntu 20.04

In this tutorial we learn how to install ubuntustudio-default-settings on Ubuntu 20.04. ubuntustudio-default-settings is default settings for the Ubuntu Studio desktop default settings for the Ubuntu Studio desktop

Introduction

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

What is ubuntustudio-default-settings

ubuntustudio-default-settings is:

This package contains the default settings used by Ubuntu Studio. It sets the session name, menu icon, backdrops for lightdm and the session. It sets grub to default to the latest lowlatency kernel even if a newer generic kernel exists. It also sets various audio related system settings. Task: ubuntustudio-desktop-core, ubuntustudio-desktop

Package: ubuntustudio-default-settings Architecture: all Version: 20.04.2 Priority: optional Section: universe/x11 Origin: Ubuntu Maintainer: Ubuntu Studio Developers [email protected] Bugs: https://bugs.launchpad.net/ubuntu/+filebug Installed-Size: 208 Provides: lightdm-gtk-greeter-config Pre-Depends: dpkg (>= 1.15.7.2~) Depends: dconf-gsettings-backend | gsettings-backend, ubuntustudio-look (>= 0.48~), fonts-noto-hinted, ubuntustudio-menu (>= 0.16~), ubuntustudio-installer, lightdm (>= 0.9.3-0ubuntu2), x11-common (>= 1:7.6+7ubuntu2), lightdm-gtk-greeter (>= 1.0.0-0ubuntu2), exo-utils, python2, ubuntustudio-icon-theme Recommends: xfce4-session, libxfce4ui-utils, xfce4-appfinder, ubuntustudio-performance-tweaks, ubuntustudio-lowlatency-settings Breaks: ubuntustudio-lightdm-theme (« 0.64~) Replaces: ubuntustudio-lightdm-theme (« 0.64~), xubuntu-default-settings Filename: pool/universe/u/ubuntustudio-default-settings/ubuntustudio-default-settings_20.04.2_all.deb Size: 36820 MD5sum: ccf76ccc8d73478ce248aba5abb56a9e SHA1: 4e528c9a1a6ee620832f9d0eb54abaeeb64ab3bd SHA256: 4176cd6ddf343c00ed73fe6cc15583b4dcdc75fb173393eac216a3fb9fd391b4 Homepage: https://launchpad.net/ubuntustudio-default-settings Description-en: default settings for the Ubuntu Studio desktop This package contains the default settings used by Ubuntu Studio. It sets the session name, menu icon, backdrops for lightdm and the session. It sets grub to default to the latest lowlatency kernel even if a newer generic kernel exists. It also sets various audio related system settings. Task: ubuntustudio-desktop-core, ubuntustudio-desktop

There are three methods to install ubuntustudio-default-settings 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-default-settings 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-default-settings using apt-get by running the following command:

sudo apt-get -y install ubuntustudio-default-settings

Install ubuntustudio-default-settings Using apt

Update apt database with apt using the following command.

sudo apt update

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

sudo apt -y install ubuntustudio-default-settings

Install ubuntustudio-default-settings 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-default-settings using aptitude by running the following command:

sudo aptitude -y install ubuntustudio-default-settings

How To Uninstall ubuntustudio-default-settings on Ubuntu 20.04

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

sudo apt-get remove ubuntustudio-default-settings

Uninstall ubuntustudio-default-settings And Its Dependencies

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

sudo apt-get -y autoremove ubuntustudio-default-settings

Remove ubuntustudio-default-settings Configurations and Data

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

sudo apt-get -y purge ubuntustudio-default-settings

Remove ubuntustudio-default-settings configuration, data, and all of its dependencies

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

sudo apt-get -y autoremove --purge ubuntustudio-default-settings

References

Summary

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