schismtracker command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
schismtracker: command not found
or when using sudo you get the following error message
sudo: schismtracker: command not found
Solutions to schismtracker: command not found
How To Fix schismtracker: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu schismtracker is provided by schism package.
schism is:
This is an editor for “tracked” music, i.e. audio samples of instruments pitch shifted according to the note data.
The Impulse Tracker is one of the most popular “tracker” programs at present, and Schism Tracker attempts to follow their UI layout wherever possible in order to make it easy for existing users to switch.
To fix this problem, we can install more using the command below.
sudo apt-get -y install schism
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install schism.
sudo apt -y install schism
Or if you have aptitude installed you can use the following command.
sudo aptitude install schism
Summary
In this tutorial we learn how to fix schismtracker command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.