matchbox-window-manager command not found

In this troubleshooting guide we learn how to fix matchbox-window-manager command not found error message

Introduction

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

matchbox-window-manager: command not found

or when using sudo you get the following error message

sudo: matchbox-window-manager: command not found

Solutions to matchbox-window-manager: command not found

How To Fix matchbox-window-manager: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu matchbox-window-manager is provided by matchbox-window-manager package.

matchbox-window-manager is:

Matchbox is a base environment for the X Window System running on non-desktop embedded platforms such as handhelds, set-top boxes, kiosks and anything else for which screen space, input mechanisms or system resources are limited.

This package contains the Matchbox window manager.

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

sudo apt-get -y install matchbox-window-manager

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

You can also use apt command to install matchbox-window-manager.

sudo apt -y install matchbox-window-manager

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

sudo aptitude install matchbox-window-manager

Summary

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