aumix command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
aumix: command not found
or when using sudo you get the following error message
sudo: aumix: command not found
Solutions to aumix: command not found
How To Fix aumix: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu aumix is provided by aumix-gtk package.
aumix-gtk is:
aumix is a small, easy-to-use program to control the mixer of your sound card. It runs in text mode using the ncurses library, or from the command line (non-interactively). It can read default settings from a file, and it can also automatically save and restore the mixer settings at shutdown and boot.
Additionally this version can be run as a GTK+ app, i.e. with a graphical interface. It can also still run in text-only mode, though.
To fix this problem, we can install more using the command below.
sudo apt-get -y install aumix-gtk
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install aumix-gtk.
sudo apt -y install aumix-gtk
Or if you have aptitude installed you can use the following command.
sudo aptitude install aumix-gtk
Summary
In this tutorial we learn how to fix aumix command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.