mbpanelmgr command not found

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

Introduction

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

mbpanelmgr: command not found

or when using sudo you get the following error message

sudo: mbpanelmgr: command not found

Solutions to mbpanelmgr: command not found

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

In Ubuntu mbpanelmgr is provided by matchbox-panel-manager package.

matchbox-panel-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 a utility to manage the Matchbox panel.

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

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

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

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

sudo apt -y install matchbox-panel-manager

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

sudo aptitude install matchbox-panel-manager

Summary

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