kmouth command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
kmouth: command not found
or when using sudo you get the following error message
sudo: kmouth: command not found
Solutions to kmouth: command not found
How To Fix kmouth: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu kmouth is provided by kmouth package.
kmouth is:
KDE’s type-and-say frontend for speech synthesizers.
It includes a history of spoken sentences from which the user can select sentences to be re-spoken.
This package is part of the KDE accessibility module.
To fix this problem, we can install more using the command below.
sudo apt-get -y install kmouth
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install kmouth.
sudo apt -y install kmouth
Or if you have aptitude installed you can use the following command.
sudo aptitude install kmouth
Summary
In this tutorial we learn how to fix kmouth command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.