typecatcher command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
typecatcher: command not found
or when using sudo you get the following error message
sudo: typecatcher: command not found
Solutions to typecatcher: command not found
How To Fix typecatcher: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu typecatcher is provided by typecatcher package.
typecatcher is:
TypeCatcher allows you to search, browse, and download Google webfonts for off-line use. You can preview fonts with adjustable size and text.
To fix this problem, we can install more using the command below.
sudo apt-get -y install typecatcher
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install typecatcher.
sudo apt -y install typecatcher
Or if you have aptitude installed you can use the following command.
sudo aptitude install typecatcher
Summary
In this tutorial we learn how to fix typecatcher command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.