How To Install texlive-dvipdfmx-def.noarch on Amazon Linux 2

In this tutorial we learn how to install texlive-dvipdfmx-def.noarch in Amazon Linux 2. texlive-dvipdfmx-def.noarch is dvipdfmx-def package

Introduction

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

What is texlive-dvipdfmx-def.noarch

dvipdfmx-def package

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

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

sudo yum -y install texlive-dvipdfmx-def.noarch

How To Uninstall texlive-dvipdfmx-def.noarch on Amazon Linux 2

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

sudo yum remove texlive-dvipdfmx-def.noarch

texlive-dvipdfmx-def.noarch Package Contents on Amazon Linux 2

/usr/share/texlive/texmf-dist/tex/latex/dvipdfmx-def/dvipdfmx.def

References

Summary

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