traverso command not found

In this troubleshooting guide we learn how to fix traverso command not found error message

Introduction

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

traverso: command not found

or when using sudo you get the following error message

sudo: traverso: command not found

Solutions to traverso: command not found

How To Fix traverso: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu traverso is provided by traverso package.

traverso is:

This is a free, cross platform multitrack audio recording and editing suite, with an innovative and easy to master user interface. It is suited for both the professional and home user, who needs a robust and solid DAW.

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

sudo apt-get -y install traverso

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

You can also use apt command to install traverso.

sudo apt -y install traverso

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

sudo aptitude install traverso

Summary

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