buzztrax-cmd command not found

In this troubleshooting guide we learn how to fix buzztrax-cmd command not found error message

Introduction

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

buzztrax-cmd: command not found

or when using sudo you get the following error message

sudo: buzztrax-cmd: command not found

Solutions to buzztrax-cmd: command not found

How To Fix buzztrax-cmd: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu buzztrax-cmd is provided by buzztrax package.

buzztrax is:

Buzztrax aims to be a music studio that allows one to compose songs using only a computer with a soundcard. If you’ve used tracker programs like FastTracker, Impulse Tracker, or the original AMIGA SoundTracker, that will give you an idea of how one can sequence music in Buzztrax. The Buzztrax editor uses a similar concept, where a song consists of a sequence with tracks and in each track one uses patterns with events (musical notes and control changes). In contrast to other Tracker programs, tracks are not simply sample players: a user can make a song using an arrangement of virtual audio plugins that are linked together to create different effects. Each of these machines can be controlled realtime or via patterns in the sequencer.

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

sudo apt-get -y install buzztrax

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

You can also use apt command to install buzztrax.

sudo apt -y install buzztrax

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

sudo aptitude install buzztrax

Summary

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