lximage-qt command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
lximage-qt: command not found
or when using sudo you get the following error message
sudo: lximage-qt: command not found
Solutions to lximage-qt: command not found
How To Fix lximage-qt: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu lximage-qt is provided by lximage-qt package.
lximage-qt is:
A simple image viewer for LXQt. Additional file formats can be processed if one install qt5-image-formats-plugins.
This package contain the program files.
To fix this problem, we can install more using the command below.
sudo apt-get -y install lximage-qt
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install lximage-qt.
sudo apt -y install lximage-qt
Or if you have aptitude installed you can use the following command.
sudo aptitude install lximage-qt
Summary
In this tutorial we learn how to fix lximage-qt command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.