wmdrawer command not found

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

Introduction

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

wmdrawer: command not found

or when using sudo you get the following error message

sudo: wmdrawer: command not found

Solutions to wmdrawer: command not found

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

In Ubuntu wmdrawer is provided by wmdrawer package.

wmdrawer is:

Features include:

  • The drawer is retractable and animated.
  • Several columns of buttons can be defined in the drawer.
  • The configuration file is automatically reloaded if it changes.
  • Multiple instances of the program can run at the same time.
  • The buttons can be highlighted under the mouse cursor.
  • A tooltip can be defined for each button.
  • The drawer can be transparent.
  • Ability to launch several apps at once from the drawer. By holding down the key Shift or by using mouse buttons middle or right instead of left, you can keep the drawer opened.

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

sudo apt-get -y install wmdrawer

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

You can also use apt command to install wmdrawer.

sudo apt -y install wmdrawer

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

sudo aptitude install wmdrawer

Summary

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