How To Install texlive-iftex-doc.noarch on Amazon Linux 2

In this tutorial we learn how to install texlive-iftex-doc.noarch in Amazon Linux 2. texlive-iftex-doc.noarch is Documentation for iftex

Introduction

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

What is texlive-iftex-doc.noarch

Documentation for iftex

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

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

sudo yum -y install texlive-iftex-doc.noarch

How To Uninstall texlive-iftex-doc.noarch on Amazon Linux 2

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

sudo yum remove texlive-iftex-doc.noarch

texlive-iftex-doc.noarch Package Contents on Amazon Linux 2

/usr/share/doc/texlive-iftex-doc-svn29654.0.2
/usr/share/doc/texlive-iftex-doc-svn29654.0.2/lppl1.3.txt
/usr/share/texlive/texmf-dist/doc/generic/iftex/README
/usr/share/texlive/texmf-dist/doc/generic/iftex/iftex.pdf
/usr/share/texlive/texmf-dist/doc/generic/iftex/iftex.tex

References

Summary

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