xwax command not found

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

Introduction

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

xwax: command not found

or when using sudo you get the following error message

sudo: xwax: command not found

Solutions to xwax: command not found

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

In Ubuntu xwax is provided by xwax package.

xwax is:

xwax is open-source vinyl emulation software for Linux. It allows DJs and turntablists to playback digital audio files (MP3, Ogg Vorbis, FLAC, AAC and more), controlled using a normal pair of turntables via timecoded vinyls.

It’s designed for both beat mixing and scratch mixing. Needle drops, pitch changes, scratching, spinbacks and rewinds are all supported, and feel just like the audio is pressed onto the vinyl itself.

The focus is on an accurate vinyl feel which is efficient, stable and fast.

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

sudo apt-get -y install xwax

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

You can also use apt command to install xwax.

sudo apt -y install xwax

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

sudo aptitude install xwax

Summary

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