exadrums command not found

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

Introduction

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

exadrums: command not found

or when using sudo you get the following error message

sudo: exadrums: command not found

Solutions to exadrums: command not found

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

In Ubuntu exadrums is provided by exadrums package.

exadrums is:

ExaDrums is a virtual drum module that allows drummers play with custom-made drum kits.

It is user-friendly and combines high quality stereo sound with low latency.

Each drum kit provides individual sliders in order to control the volume of its drum pads.

A built-in metronome can be combined with a rhythm coach to make practice sessions easier and efficient.

The drum triggers can be adjusted so that their response feels as natural as possible, and different sensor interfaces include a virtual (on-screen) multi pad and external sensors.

Although eXaDrums is usable as a drum module, it is still an experimental project. As such, some features are not yet implemented, and the error management is not complete.

This package provides the graphical user interface.

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

sudo apt-get -y install exadrums

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

You can also use apt command to install exadrums.

sudo apt -y install exadrums

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

sudo aptitude install exadrums

Summary

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