tthrfcat command not found

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

Introduction

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

tthrfcat: command not found

or when using sudo you get the following error message

sudo: tthrfcat: command not found

Solutions to tthrfcat: command not found

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

In Ubuntu tthrfcat is provided by tth-common package.

tth-common is:

TtH and TtM convert TeX or LaTeX sources into HTML and MathML documents respectively: complex equations and graphics require auxiliary software material built upon [La]TeX friends, in particular upon tools to convert PostScript outputs into images.

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

sudo apt-get -y install tth-common

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

You can also use apt command to install tth-common.

sudo apt -y install tth-common

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

sudo aptitude install tth-common

Summary

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