voctomix-record-mixed-av command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
voctomix-record-mixed-av: command not found
or when using sudo you get the following error message
sudo: voctomix-record-mixed-av: command not found
Solutions to voctomix-record-mixed-av: command not found
How To Fix voctomix-record-mixed-av: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu voctomix-record-mixed-av is provided by voctomix-outcasts package.
voctomix-outcasts is:
A collection of helper scripts for Voctomix, which have not been included in Voctomix itself.
This package does not depend on any of Voctomix, as it can be installed on any client machine that connects to a another machine running voctomix-core.
To fix this problem, we can install more using the command below.
sudo apt-get -y install voctomix-outcasts
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install voctomix-outcasts.
sudo apt -y install voctomix-outcasts
Or if you have aptitude installed you can use the following command.
sudo aptitude install voctomix-outcasts
Summary
In this tutorial we learn how to fix voctomix-record-mixed-av command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.