kmixctrl command not found

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

Introduction

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

kmixctrl: command not found

or when using sudo you get the following error message

sudo: kmixctrl: command not found

Solutions to kmixctrl: command not found

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

In Ubuntu kmixctrl is provided by kmix package.

kmix is:

KMix is an audio device mixer, used to adjust volume, select recording inputs, and set other hardware options.

This package is part of the KDE multimedia module.

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

sudo apt-get -y install kmix

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

You can also use apt command to install kmix.

sudo apt -y install kmix

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

sudo aptitude install kmix

Summary

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