parlatype command not found

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

Introduction

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

parlatype: command not found

or when using sudo you get the following error message

sudo: parlatype: command not found

Solutions to parlatype: command not found

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

In Ubuntu parlatype is provided by parlatype package.

parlatype is:

Plays audio sources to transcribe them in your favourite text application. Speed of playback can be changed without changing the pitch and on pause it will rewind for a few seconds according to your preferences. Parlatype can be controlled with the “Play” button from your keyboard even if its window is not focused.

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

sudo apt-get -y install parlatype

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

You can also use apt command to install parlatype.

sudo apt -y install parlatype

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

sudo aptitude install parlatype

Summary

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