How To Install tth on Fedora 36

In this tutorial we learn how to install tth in Fedora 36. tth is TeX to HTML/MathML translators

Introduction

In this tutorial we learn how to install tth on Fedora 36.

What is tth

TTH translates TeX, the predominant mark-up language for expressing mathematics, into HTML, the language of world-wide-web browsers. It thereby enables mathematical documents to be made available on the web. Document structure, using either the Plain or LaTeX macro packages, is also translated and incorporated in the form of hyperlinks. TTH is extremely fast and completely portable. It produces more compact, faster viewing, web documents than other converters, because it really translates the equations, instead of converting them to images.

We can use yum or dnf to install tth on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install tth.

Install tth on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install tth using dnf by running the following command:

sudo dnf -y install tth

Install tth on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install tth using yum by running the following command:

sudo yum -y install tth

How To Uninstall tth on Fedora 36

To uninstall only the tth package we can use the following command:

sudo dnf remove tth

tth Package Contents on Fedora 36

/usr/bin/latex2gif
/usr/bin/ps2gif
/usr/bin/ps2gif_transparent
/usr/bin/ps2png
/usr/bin/tth
/usr/bin/tth-numbering
/usr/bin/tth-structure
/usr/bin/tthprep
/usr/bin/tthrfcat
/usr/bin/tthsplit
/usr/bin/ttm
/usr/lib/.build-id
/usr/lib/.build-id/0a
/usr/lib/.build-id/0a/2d98bfec3383cb3225f599f92a15ac74b05e26
/usr/lib/.build-id/0a/cea8c119e548900705ccae113c7181f48fc0c5
/usr/lib/.build-id/1a
/usr/lib/.build-id/1a/5e24872731b220e4439613abd9aef696a7cdd9
/usr/lib/.build-id/9b
/usr/lib/.build-id/9b/09b68f523febbd1a36bbff74c691e2ab5144e7
/usr/share/doc/tth
/usr/share/doc/tth/CHANGES
/usr/share/doc/tth/README
/usr/share/doc/tth/split
/usr/share/doc/tth/split/docindex.html
/usr/share/doc/tth/split/footnote.html
/usr/share/doc/tth/split/index.html
/usr/share/doc/tth/split/makefile
/usr/share/doc/tth/split/sec1.html
/usr/share/doc/tth/split/sec10.html
/usr/share/doc/tth/split/sec11.html
/usr/share/doc/tth/split/sec12.html
/usr/share/doc/tth/split/sec13.html
/usr/share/doc/tth/split/sec14.html
/usr/share/doc/tth/split/sec15.html
/usr/share/doc/tth/split/sec16.html
/usr/share/doc/tth/split/sec2.html
/usr/share/doc/tth/split/sec3.html
/usr/share/doc/tth/split/sec4.html
/usr/share/doc/tth/split/sec5.html
/usr/share/doc/tth/split/sec6.html
/usr/share/doc/tth/split/sec7.html
/usr/share/doc/tth/split/sec8.html
/usr/share/doc/tth/split/sec9.html
/usr/share/doc/tth/split/secA.html
/usr/share/doc/tth/split/secB.html
/usr/share/doc/tth/tth.gif
/usr/share/doc/tth/tth16.png
/usr/share/doc/tth/tth32.png
/usr/share/doc/tth/tth_manual.html
/usr/share/doc/tth/tth_screen.gif
/usr/share/doc/tth/ttm.gif
/usr/share/doc/tth/ttm_manual.html
/usr/share/man/man1/latex2gif.1.gz
/usr/share/man/man1/ps2gif.1.gz
/usr/share/man/man1/ps2gif_transparent.1.gz
/usr/share/man/man1/ps2png.1.gz
/usr/share/man/man1/tth.1.gz
/usr/share/man/man1/ttm.1.gz

References

Summary

In this tutorial we learn how to install tth on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).