How To Install texlive-ifetex-doc.noarch on Amazon Linux 2
In this tutorial we learn how to install texlive-ifetex-doc.noarch in Amazon Linux 2. texlive-ifetex-doc.noarch is Documentation for ifetex
Introduction
In this tutorial we learn how to install texlive-ifetex-doc.noarch on Amazon Linux 2.
What is texlive-ifetex-doc.noarch
Documentation for ifetex
We can use yum to install texlive-ifetex-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-ifetex-doc.noarch.
Install texlive-ifetex-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-ifetex-doc.noarch using yum by running the following command:
sudo yum -y install texlive-ifetex-doc.noarch
How To Uninstall texlive-ifetex-doc.noarch on Amazon Linux 2
To uninstall only the texlive-ifetex-doc.noarch package we can use the following command:
sudo yum remove texlive-ifetex-doc.noarch
texlive-ifetex-doc.noarch Package Contents on Amazon Linux 2
/usr/share/doc/texlive-ifetex-doc-svn24853.1.2
/usr/share/doc/texlive-ifetex-doc-svn24853.1.2/lppl1.3.txt
/usr/share/texlive/texmf-dist/doc/latex/ifetex/README
/usr/share/texlive/texmf-dist/doc/latex/ifetex/ifetex.pdf
References
Summary
In this tutorial we learn how to install texlive-ifetex-doc.noarch on Amazon Linux 2 using yum.