tutka command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
tutka: command not found
or when using sudo you get the following error message
sudo: tutka: command not found
Solutions to tutka: command not found
How To Fix tutka: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu tutka is provided by tutka package.
tutka is:
This is a MIDI sequencer, songs are made of blocks. Each block represents a period in time. These blocks can be played in any order to form a complete song. Blocks are made of tracks on which the notes are placed. All tracks of a block are played simultaneously. Only one note can be played on one track at a time. Blocks can vary in length and may have different number of tracks.
Each note is played using an instrument. Each instrument can have properties such as name, MIDI channel, default volume, hold time and so on. Effects can also be applied to notes. In Tutka effects include things like volume, aftertouch, pitch bending, note delays, setting tempo and so on. MIDI controllers can also be used.
It uses a custom XML based file format for storing songs. Songs in OctaMED SoundStudio’s MMD2 file format can also be loaded and saved.
To fix this problem, we can install more using the command below.
sudo apt-get -y install tutka
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install tutka.
sudo apt -y install tutka
Or if you have aptitude installed you can use the following command.
sudo aptitude install tutka
Summary
In this tutorial we learn how to fix tutka command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.