icewm-session-lite command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
icewm-session-lite: command not found
or when using sudo you get the following error message
sudo: icewm-session-lite: command not found
Solutions to icewm-session-lite: command not found
How To Fix icewm-session-lite: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu icewm-session-lite is provided by icewm-lite package.
icewm-lite is:
IceWm is a Window Manager for X Window System. It is fast and memory-efficient, and it provides different looks and some desktop-like functionality.
This package only exists to maintain compatibility to system setups that relied on the former icewm-lite package. It can be safely removed once the system dependencies has been adjusted.
To fix this problem, we can install more using the command below.
sudo apt-get -y install icewm-lite
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install icewm-lite.
sudo apt -y install icewm-lite
Or if you have aptitude installed you can use the following command.
sudo aptitude install icewm-lite
Summary
In this tutorial we learn how to fix icewm-session-lite command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.