GrandOrgueTool command not found

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

Introduction

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

GrandOrgueTool: command not found

or when using sudo you get the following error message

sudo: GrandOrgueTool: command not found

Solutions to GrandOrgueTool: command not found

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

In Ubuntu GrandOrgueTool is provided by grandorgue package.

grandorgue is:

GrandOrgue allows the user to load and play virtual pipe organs. Using sample sets, GrandOrgue is able to combine the individual pipe sounds and organ behaviors to simulate a variety of pipe organs.

When connected to MIDI keyboards and an audio system, it can accurately simulate the sound of a real pipe organ.

The user can create and load organ samplesets using a dedicated file format. A demonstration organ sampleset is provided in the grandorgue-demo package.

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

sudo apt-get -y install grandorgue

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

You can also use apt command to install grandorgue.

sudo apt -y install grandorgue

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

sudo aptitude install grandorgue

Summary

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