mixxx command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
mixxx: command not found
or when using sudo you get the following error message
sudo: mixxx: command not found
Solutions to mixxx: command not found
How To Fix mixxx: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu mixxx is provided by mixxx package.
mixxx is:
Mixxx is a digital DJ system, where Wave, Ogg, FLAC and MP3 files can be mixed on a computer for use in live performances. Filters, crossfader, and speed control are provided. Mixxx can sync the 2 streams automatically, using an algorithm to detect the beat.
Mixxx works with Jack or OSS, can be controlled from the GUI or from external controllers, including MIDI devices and joysticks, and supports skins.
To fix this problem, we can install more using the command below.
sudo apt-get -y install mixxx
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install mixxx.
sudo apt -y install mixxx
Or if you have aptitude installed you can use the following command.
sudo aptitude install mixxx
Summary
In this tutorial we learn how to fix mixxx command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.