wmpomme command not found

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

Introduction

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

wmpomme: command not found

or when using sudo you get the following error message

sudo: wmpomme: command not found

Solutions to wmpomme: command not found

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

In Ubuntu wmpomme is provided by wmpomme package.

wmpomme is:

pommed handles the hotkeys found on the Apple MacBook Pro, MacBook Air, MacBook, PowerBook and iBook laptops and adjusts the LCD backlight, sound volume, keyboard backlight or ejects the CD-ROM drive accordingly.

wmpomme is a dockapp client for pommed. It displays the current level of each item controlled by pommed.

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

sudo apt-get -y install wmpomme

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

You can also use apt command to install wmpomme.

sudo apt -y install wmpomme

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

sudo aptitude install wmpomme

Summary

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