budgie-control-center command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
budgie-control-center: command not found
or when using sudo you get the following error message
sudo: budgie-control-center: command not found
Solutions to budgie-control-center: command not found
How To Fix budgie-control-center: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu budgie-control-center is provided by budgie-control-center package.
budgie-control-center is:
This package contains configuration applets for the Budgie desktop, allowing to set accessibility configuration, desktop fonts, keyboard and mouse properties, sound setup, desktop background, user interface properties, screen resolution, and other Budgie parameters.
This is a fork of gnome-control-center at v41 with gnome-shell specifics removed together with configuration specific to the budgie-desktop.
To fix this problem, we can install more using the command below.
sudo apt-get -y install budgie-control-center
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install budgie-control-center.
sudo apt -y install budgie-control-center
Or if you have aptitude installed you can use the following command.
sudo aptitude install budgie-control-center
Summary
In this tutorial we learn how to fix budgie-control-center command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.