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

In this tutorial we learn how to install texlive-dvipdfm.noarch in Amazon Linux 2. texlive-dvipdfm.noarch is A DVI driver to produce PDF directly

Introduction

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

What is texlive-dvipdfm.noarch

The driver offers a wide range of \special commands (including a colour stack), and supports compression of data streams, etc. Note that the extended version dvipdfmx will operate “as dvipdfm” if necessary. date

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

Install texlive-dvipdfm.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-dvipdfm.noarch using yum by running the following command:

sudo yum -y install texlive-dvipdfm.noarch

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

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

sudo yum remove texlive-dvipdfm.noarch

texlive-dvipdfm.noarch Package Contents on Amazon Linux 2

/usr/share/doc/texlive-dvipdfm-svn26689.0.13.2d
/usr/share/doc/texlive-dvipdfm-svn26689.0.13.2d/lppl1.txt
/usr/share/man/man1/dvipdfm.1.gz
/usr/share/man/man1/dvipdft.1.gz
/usr/share/man/man1/ebb.1.gz
/usr/share/texlive/texmf/dvipdfm/config/config
/usr/share/texlive/texmf/tex/latex/dvipdfm/dvipdfm.def

References

Summary

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