How To Install texlive-epstopdf-bin.noarch on Amazon Linux 2

In this tutorial we learn how to install texlive-epstopdf-bin.noarch in Amazon Linux 2. texlive-epstopdf-bin.noarch is Binaries for epstopdf

Introduction

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

What is texlive-epstopdf-bin.noarch

Binaries for epstopdf

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

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

sudo yum -y install texlive-epstopdf-bin.noarch

How To Uninstall texlive-epstopdf-bin.noarch on Amazon Linux 2

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

sudo yum remove texlive-epstopdf-bin.noarch

texlive-epstopdf-bin.noarch Package Contents on Amazon Linux 2

/usr/bin/epstopdf
/usr/bin/repstopdf
/usr/share/doc/texlive-epstopdf-bin-svn18336.0
/usr/share/doc/texlive-epstopdf-bin-svn18336.0/lppl1.txt

References

Summary

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