wmbubble command not found

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

Introduction

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

wmbubble: command not found

or when using sudo you get the following error message

sudo: wmbubble: command not found

Solutions to wmbubble: command not found

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

In Ubuntu wmbubble is provided by wmbubble package.

wmbubble is:

A Window Maker dockapp (though it does not specifically require the Window Maker window manager) that indicates the system load.

The more profuse the bubbles, the higher the CPU usage. The higher the water, the more memory being used.

Up to two user-specified programs may be launched from this dockapp.

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

sudo apt-get -y install wmbubble

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

You can also use apt command to install wmbubble.

sudo apt -y install wmbubble

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

sudo aptitude install wmbubble

Summary

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