gramophone2 command not found

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

Introduction

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

gramophone2: command not found

or when using sudo you get the following error message

sudo: gramophone2: command not found

Solutions to gramophone2: command not found

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

In Ubuntu gramophone2 is provided by gramophone2 package.

gramophone2 is:

GRAMophone is partly based on an idea of Jon McCormack’s, who invented the idea of a virtual player (virtual musician). The player in question is associated with a MIDI track, and interprets instructions telling it what to do. Generally, they say play notes (send MIDI messages). GRAMophone’s players together make up an orchestra, which plays a composition. Any number of players can play a composition, but in practice the hardware used might impose an upper limit. In general every player plays an instrument and each has a different set of grammar rules. An individual player is characterised by a set of parameters which are shared by the whole orchestra and/or a personal parameter set.

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

sudo apt-get -y install gramophone2

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

You can also use apt command to install gramophone2.

sudo apt -y install gramophone2

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

sudo aptitude install gramophone2

Summary

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