How To Install texlive-dvipng.noarch on Amazon Linux 2

In this tutorial we learn how to install texlive-dvipng.noarch in Amazon Linux 2. texlive-dvipng.noarch is A fast DVI to PNG/GIF converter

Introduction

In this tutorial we learn how to install texlive-dvipng.noarch on Amazon Linux 2.

What is texlive-dvipng.noarch

This program makes PNG and/or GIF graphics from DVI files as obtained from TeX and its relatives. Its benefits include Speed. It offers very fast rendering of DVI as bitmap files, which makes it suitable for generating large amounts of images on-the-fly, as needed in preview-latex, WeBWorK and others; - It does not read the postamble, so it can be started before TeX finishes. There is a –follow switch that makes dvipng wait at end-of-file for further output, unless it finds the POST marker that indicates the end of the DVI; - Interactive query of options. dvipng can read options interactively through stdin, and all options are usable. It is even possible to change the input file through this interface. - Support for PK, VF, PostScript Type1, and TrueType fonts, colour specials, and inclusion of PostScript, PNG, JPEG or GIF images. date

We can use yum to install texlive-dvipng.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-dvipng.noarch.

Install texlive-dvipng.noarch on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install texlive-dvipng.noarch using yum by running the following command:

sudo yum -y install texlive-dvipng.noarch

How To Uninstall texlive-dvipng.noarch on Amazon Linux 2

To uninstall only the texlive-dvipng.noarch package we can use the following command:

sudo yum remove texlive-dvipng.noarch

texlive-dvipng.noarch Package Contents on Amazon Linux 2

/usr/share/doc/texlive-dvipng-svn26689.1.14
/usr/share/doc/texlive-dvipng-svn26689.1.14/lgpl2.1.txt
/usr/share/info/dvipng.info.gz
/usr/share/man/man1/dvigif.1.gz
/usr/share/man/man1/dvipng.1.gz

References

Summary

In this tutorial we learn how to install texlive-dvipng.noarch on Amazon Linux 2 using yum.