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