pamix command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
pamix: command not found
or when using sudo you get the following error message
sudo: pamix: command not found
Solutions to pamix: command not found
How To Fix pamix: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu pamix is provided by pamix package.
pamix is:
PAMix is an ncurses/curses pulseaudio mixer in C++ similar to pavucontrol designed to run in the terminal, it allows you to control both the volume of hardware devices and of each playback stream separately.
To fix this problem, we can install more using the command below.
sudo apt-get -y install pamix
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install pamix.
sudo apt -y install pamix
Or if you have aptitude installed you can use the following command.
sudo aptitude install pamix
Summary
In this tutorial we learn how to fix pamix command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.