miwm-session command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
miwm-session: command not found
or when using sudo you get the following error message
sudo: miwm-session: command not found
Solutions to miwm-session: command not found
How To Fix miwm-session: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu miwm-session is provided by miwm package.
miwm is:
MIWM is a minimalist window manager with virtual workspaces. It is designed to be used for low end PCs where low resource usage and minimal memory footprint is desired. MIWM is written in C++.
To fix this problem, we can install more using the command below.
sudo apt-get -y install miwm
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install miwm.
sudo apt -y install miwm
Or if you have aptitude installed you can use the following command.
sudo aptitude install miwm
Summary
In this tutorial we learn how to fix miwm-session command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.