gpomme command not found

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

Introduction

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

gpomme: command not found

or when using sudo you get the following error message

sudo: gpomme: command not found

Solutions to gpomme: command not found

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

In Ubuntu gpomme is provided by gpomme package.

gpomme 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.

gpomme is a graphical client for pommed. It listens for signals sent by pommed on D-Bus and displays the action taken by pommed along with the current state associated to this action.

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

sudo apt-get -y install gpomme

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

You can also use apt command to install gpomme.

sudo apt -y install gpomme

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

sudo aptitude install gpomme

Summary

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