windowlab command not found

In this troubleshooting guide we learn how to fix windowlab command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

windowlab: command not found

or when using sudo you get the following error message

sudo: windowlab: command not found

Solutions to windowlab: command not found

How To Fix windowlab: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu windowlab is provided by windowlab package.

windowlab is:

WindowLab is a Window Manager for the X Window System. Features include click-to-focus, a simple menu/taskbar combination and integration with Debian menu system and Xsessions subsystem.

WindowLab is incredibly fast and small. It is suitable for lightweight systems. Virtual desktops are easily constructed using the independent package “vdesk”.

To fix this problem, we can install more using the command below.

sudo apt-get -y install windowlab

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install windowlab.

sudo apt -y install windowlab

Or if you have aptitude installed you can use the following command.

sudo aptitude install windowlab

Summary

In this tutorial we learn how to fix windowlab command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.