tse3play command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
tse3play: command not found
or when using sudo you get the following error message
sudo: tse3play: command not found
Solutions to tse3play: command not found
How To Fix tse3play: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu tse3play is provided by tse3play package.
tse3play is:
tse3play plays TSE3MDL files and MIDI files using the TSE3 sequencer engine.
It can convert files between the two supported formats. While playing it provides text-based visual feedback and can stream an English representation of the contents of the file to standard output.
To fix this problem, we can install more using the command below.
sudo apt-get -y install tse3play
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install tse3play.
sudo apt -y install tse3play
Or if you have aptitude installed you can use the following command.
sudo aptitude install tse3play
Summary
In this tutorial we learn how to fix tse3play command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.