budgie-extras-daemon command not found

In this troubleshooting guide we learn how to fix budgie-extras-daemon command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

budgie-extras-daemon: command not found

or when using sudo you get the following error message

sudo: budgie-extras-daemon: command not found

Solutions to budgie-extras-daemon: command not found

How To Fix budgie-extras-daemon: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu budgie-extras-daemon is provided by budgie-extras-daemon package.

budgie-extras-daemon is:

This is part of a suite of python3 and Vala based applets for the Budgie Desktop that provide additional user orientated capabilities. The applets can be used individually or as a set.

Budgie-Extras-Daemon provides both global keybinding and D-Bus functionality for various extras applets and applications.

To fix this problem, we can install more using the command below.

sudo apt-get -y install budgie-extras-daemon

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install budgie-extras-daemon.

sudo apt -y install budgie-extras-daemon

Or if you have aptitude installed you can use the following command.

sudo aptitude install budgie-extras-daemon

Summary

In this tutorial we learn how to fix budgie-extras-daemon command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.