ubuntustudio-driver-manager command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
ubuntustudio-driver-manager: command not found
or when using sudo you get the following error message
sudo: ubuntustudio-driver-manager: command not found
Solutions to ubuntustudio-driver-manager: command not found
How To Fix ubuntustudio-driver-manager: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu ubuntustudio-driver-manager is provided by ubuntustudio-default-settings package.
ubuntustudio-default-settings is:
This package contains the default settings used by Ubuntu Studio. It sets the session name, menu icon, backdrops for sddm 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.
To fix this problem, we can install more using the command below.
sudo apt-get -y install ubuntustudio-default-settings
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install ubuntustudio-default-settings.
sudo apt -y install ubuntustudio-default-settings
Or if you have aptitude installed you can use the following command.
sudo aptitude install ubuntustudio-default-settings
Summary
In this tutorial we learn how to fix ubuntustudio-driver-manager command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.