transcriber command not found

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

Introduction

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

transcriber: command not found

or when using sudo you get the following error message

sudo: transcriber: command not found

Solutions to transcriber: command not found

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

In Ubuntu transcriber is provided by transcriber package.

transcriber is:

Transcriber enables easy transcription of recorded speech. It is indispensable for every task that involves examination and transcription of audio files, like transcription of recorded interviews, song lyrics, radio shows and so on. It is also useful if you are active in the field of speech research.

The snack library (included in contrib in transcriber-1.2) is now a separate package, tcl-snack. This package still includes html_library-0.3.

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

sudo apt-get -y install transcriber

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

You can also use apt command to install transcriber.

sudo apt -y install transcriber

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

sudo aptitude install transcriber

Summary

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