ltpanel command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
ltpanel: command not found
or when using sudo you get the following error message
sudo: ltpanel: command not found
Solutions to ltpanel: command not found
How To Fix ltpanel: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu ltpanel is provided by ltpanel package.
ltpanel is:
ltpanel is a lightweight window list for the X Window System, similar to GNOME’s window list applet. It has been tested on IceWM and fvwm. It should work with any GNOME-compliant Window Manager and is based on Peter Zelezny’s fspanel.
To fix this problem, we can install more using the command below.
sudo apt-get -y install ltpanel
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install ltpanel.
sudo apt -y install ltpanel
Or if you have aptitude installed you can use the following command.
sudo aptitude install ltpanel
Summary
In this tutorial we learn how to fix ltpanel command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.