wmix command not found

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

Introduction

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

wmix: command not found

or when using sudo you get the following error message

sudo: wmix: command not found

Solutions to wmix: command not found

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

In Ubuntu wmix is provided by wmix package.

wmix is:

Allows toggling record source, muting individual channels, adjusting volume and balance, all in a compact dockapp size, with TV-like on-screen-display for volume levels.

Supports mousewheel to adjust current channelvolume and can be controlled remotely with SIGUSR1 / SIGUSR2 to adjust the volume. Keeps a simple configuration file for user-defined settings.

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

sudo apt-get -y install wmix

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

You can also use apt command to install wmix.

sudo apt -y install wmix

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

sudo aptitude install wmix

Summary

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