pnmixer command not found

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

Introduction

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

pnmixer: command not found

or when using sudo you get the following error message

sudo: pnmixer: command not found

Solutions to pnmixer: command not found

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

In Ubuntu pnmixer is provided by pnmixer package.

pnmixer is:

PNMixer is a simple mixer application designed to run in your system tray. It integrates nicely into desktop environments that don’t have a panel that supports applets and therefore can’t run a mixer applet. In particular it’s been used quite a lot with fbpanel and tint2, but should run fine in any system tray.

PNMixer is designed to work on systems that use ALSA for sound management. Any other sound driver like OSS or FFADO, or sound server like PulseAudio or Jack, are currently not supported (patches welcome).

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

sudo apt-get -y install pnmixer

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

You can also use apt command to install pnmixer.

sudo apt -y install pnmixer

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

sudo aptitude install pnmixer

Summary

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