tth command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
tth: command not found
or when using sudo you get the following error message
sudo: tth: command not found
Solutions to tth: command not found
How To Fix tth: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu tth is provided by tth package.
tth is:
LaTeX is popular for specifying complex printed documents. TtH translates Plain TeX or LaTeX sources into HTML documents. It quickly produces web documents that are compact, editable and fast viewing. TtH translates most equations instead of converting them into images. This HTML preserves much format when imported by MS Word.
To fix this problem, we can install more using the command below.
sudo apt-get -y install tth
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install tth.
sudo apt -y install tth
Or if you have aptitude installed you can use the following command.
sudo aptitude install tth
Summary
In this tutorial we learn how to fix tth command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.