lxqt-runner command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
lxqt-runner: command not found
or when using sudo you get the following error message
sudo: lxqt-runner: command not found
Solutions to lxqt-runner: command not found
How To Fix lxqt-runner: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu lxqt-runner is provided by lxqt-runner package.
lxqt-runner is:
The LXQt runner provides a GUI that comes up on the desktop and allows for launching applications, doing some math or shutting down the system.
This package contain LXQt runner.
To fix this problem, we can install more using the command below.
sudo apt-get -y install lxqt-runner
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install lxqt-runner.
sudo apt -y install lxqt-runner
Or if you have aptitude installed you can use the following command.
sudo aptitude install lxqt-runner
Summary
In this tutorial we learn how to fix lxqt-runner command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.