gtranscribe command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
gtranscribe: command not found
or when using sudo you get the following error message
sudo: gtranscribe: command not found
Solutions to gtranscribe: command not found
How To Fix gtranscribe: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu gtranscribe is provided by gtranscribe package.
gtranscribe is:
gTranscribe is a simple GTK+ tool to transcribe audio files and other sources. The playback speed can be adjusted without changing the pitch of the voice. It supports spell checking and resuming at the last transcribed position.
To fix this problem, we can install more using the command below.
sudo apt-get -y install gtranscribe
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install gtranscribe.
sudo apt -y install gtranscribe
Or if you have aptitude installed you can use the following command.
sudo aptitude install gtranscribe
Summary
In this tutorial we learn how to fix gtranscribe command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.