dgvalidator command not found

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

Introduction

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

dgvalidator: command not found

or when using sudo you get the following error message

sudo: dgvalidator: command not found

Solutions to dgvalidator: command not found

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

In Ubuntu dgvalidator is provided by drumgizmo package.

drumgizmo is:

DrumGizmo’s main aim is to simulate a real drum kit. Features:

  • Stand-alone application, Lv2 plugin version available
  • Drum multilayer velocities, allowing for several different hit velocities for each drum
  • Multichannel output, making it possible to mix it just the way you would a real drumkit
  • Optional built-in humanizer, analyzing the MIDI notes, adjusting velocities on-the-fly
  • Mic bleed simulation
  • Open drumkit file format, allowing to create your own drumkits
  • Stand-alone MIDI renderer, generating .wav files, 1 for each channel
  • Stand-alone MIDI input, making it possible to use DrumGizmo as a software sampler for an electronic drumkit

Please note that for using DrumGizmo you will need to download some compatible drum kit audio data made by the community (such as those available at www.drumgizmo.org) or create one yourself with DGEdit (provided in the dgedit package).

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

sudo apt-get -y install drumgizmo

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

You can also use apt command to install drumgizmo.

sudo apt -y install drumgizmo

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

sudo aptitude install drumgizmo

Summary

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