lxqt-powermanagement command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
lxqt-powermanagement: command not found
or when using sudo you get the following error message
sudo: lxqt-powermanagement: command not found
Solutions to lxqt-powermanagement: command not found
How To Fix lxqt-powermanagement: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu lxqt-powermanagement is provided by lxqt-powermanagement package.
lxqt-powermanagement is:
The Power management module for LXQt.
This package contain power management module for LXQt.
To fix this problem, we can install more using the command below.
sudo apt-get -y install lxqt-powermanagement
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install lxqt-powermanagement.
sudo apt -y install lxqt-powermanagement
Or if you have aptitude installed you can use the following command.
sudo aptitude install lxqt-powermanagement
Summary
In this tutorial we learn how to fix lxqt-powermanagement command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.