lxlauncher command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
lxlauncher: command not found
or when using sudo you get the following error message
sudo: lxlauncher: command not found
Solutions to lxlauncher: command not found
How To Fix lxlauncher: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu lxlauncher is provided by lxlauncher package.
lxlauncher is:
LXLauncher is a GUI application for the Lightweight X11 Desktop Environment (LXDE).
It is a Easy-Mode launcher for netbooks and subnotebooks like the EeePC. It’s standard-compliant and desktop-independent. It follows freedesktop.org specs, so newly added applications will automatically show up in the launcher, and vice versa for the removed ones.
To fix this problem, we can install more using the command below.
sudo apt-get -y install lxlauncher
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install lxlauncher.
sudo apt -y install lxlauncher
Or if you have aptitude installed you can use the following command.
sudo aptitude install lxlauncher
Summary
In this tutorial we learn how to fix lxlauncher command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.