pommed command not found

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

Introduction

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

pommed: command not found

or when using sudo you get the following error message

sudo: pommed: command not found

Solutions to pommed: command not found

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

In Ubuntu pommed is provided by pommed package.

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

pommed also monitors the ambient light sensors to automatically light up the keyboard backlight on machines that support it.

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

sudo apt-get -y install pommed

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

You can also use apt command to install pommed.

sudo apt -y install pommed

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

sudo aptitude install pommed

Summary

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