goattracker command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
goattracker: command not found
or when using sudo you get the following error message
sudo: goattracker: command not found
Solutions to goattracker: command not found
How To Fix goattracker: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu goattracker is provided by goattracker package.
goattracker is:
This is a crossplatform C64 music editor. Supports emulated output via Dag Lem’s reSID engine, the HardSID soundcard or CatWeasel MK3.
It supports emulated output via the software reSID engine, the HardSID soundcard, or the Catweasel (MK3/MK4) controller card, and produces songs in its own format (*.SNG). The program can also export tunes in SID format, BIN format, or Commodore PRG format for inclusion on a floppy you can stick into a 1541/1571/1581 drive.
Like most tracker programs, the program is able to import instrument files, create and modify track patterns, set the order of playback of patterns and change details of the song such as the title and author. If you are familiar with tracker-like programs, then GoatTracker will feel like a simple version of those, though with differences attributable to the hardware. People new to composing in general should look up other information on composing on the C64.
To fix this problem, we can install more using the command below.
sudo apt-get -y install goattracker
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install goattracker.
sudo apt -y install goattracker
Or if you have aptitude installed you can use the following command.
sudo aptitude install goattracker
Summary
In this tutorial we learn how to fix goattracker command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.