gjacktransport command not found

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

Introduction

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

gjacktransport: command not found

or when using sudo you get the following error message

sudo: gjacktransport: command not found

Solutions to gjacktransport: command not found

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

In Ubuntu gjacktransport is provided by gjacktransport package.

gjacktransport is:

G. JACK Transport is a standalone application that provides access to the Jack Audio Connection Kit’s, JACK transport mechanism via a dynamic graphical slider.

In other words: this software allows one to seek Audio/Video media files when they are played along jack transport. Intended for audio-engineers or A/V editors that work with Ardour, Ecasound, Hydrogen, Xjadeo, etc.

Additionally it provides G. JACK Clock, a “Big Clock” display for jack-transport.

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

sudo apt-get -y install gjacktransport

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

You can also use apt command to install gjacktransport.

sudo apt -y install gjacktransport

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

sudo aptitude install gjacktransport

Summary

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