lxsettings-daemon command not found

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

Introduction

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

lxsettings-daemon: command not found

or when using sudo you get the following error message

sudo: lxsettings-daemon: command not found

Solutions to lxsettings-daemon: command not found

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

In Ubuntu lxsettings-daemon is provided by lxde-settings-daemon package.

lxde-settings-daemon is:

The package contains the LXDE daemon which handles the session settings. It conforms to the FreeDesktop.Org XSettings standard.

LXSession also privides this functionality internally.

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

sudo apt-get -y install lxde-settings-daemon

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

You can also use apt command to install lxde-settings-daemon.

sudo apt -y install lxde-settings-daemon

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

sudo aptitude install lxde-settings-daemon

Summary

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