terminatorX command not found

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

Introduction

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

terminatorX: command not found

or when using sudo you get the following error message

sudo: terminatorX: command not found

Solutions to terminatorX: command not found

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

In Ubuntu terminatorX is provided by terminatorx package.

terminatorx is:

terminatorX is a realtime audio synthesizer that allows you to “scratch” on digitally sampled audio data (*.wav, *.au, *.mp3, etc.) the way hiphop-DJs scratch on vinyl records. It features multiple turntables, realtime effects (built-in as well as LADSPA plugin effects), a sequencer and an easy-to-use GTK+ GUI.

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

sudo apt-get -y install terminatorx

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

You can also use apt command to install terminatorx.

sudo apt -y install terminatorx

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

sudo aptitude install terminatorx

Summary

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