fspanel command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
fspanel: command not found
or when using sudo you get the following error message
sudo: fspanel: command not found
Solutions to fspanel: command not found
How To Fix fspanel: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu fspanel is provided by fspanel package.
fspanel is:
A panel for X that lists all your windows, while consuming minimal disk, memory, and screen space. It works under any GNOME compliant window manager (e.g. E, Sawfish, WindowMaker, IceWM, Oroborus) and supports KDE’s mini icons (the KWM_WIN_ICON atom).
To fix this problem, we can install more using the command below.
sudo apt-get -y install fspanel
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install fspanel.
sudo apt -y install fspanel
Or if you have aptitude installed you can use the following command.
sudo aptitude install fspanel
Summary
In this tutorial we learn how to fix fspanel command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.