wob command not found

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

Introduction

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

wob: command not found

or when using sudo you get the following error message

sudo: wob: command not found

Solutions to wob: command not found

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

In Ubuntu wob is provided by wob package.

wob is:

wob is a lightweight overlay volume/backlight/progress/anything bar for wayland, inspired by xob - the X overlay bar.

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

sudo apt-get -y install wob

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

You can also use apt command to install wob.

sudo apt -y install wob

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

sudo aptitude install wob

Summary

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