How To Install texlive-xeindex.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install texlive-xeindex.noarch on Amazon Linux 2.
What is texlive-xeindex.noarch
The package is based on XeSearch, and will automatically index words or phrases in an XeLaTeX document. Words are declared in a list, and every occurrence then creates an index entry whose content can be fully specified beforehand. date
We can use yum to install texlive-xeindex.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-xeindex.noarch.
Install texlive-xeindex.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-xeindex.noarch using yum by running the following command:
sudo yum -y install texlive-xeindex.noarch
How To Uninstall texlive-xeindex.noarch on Amazon Linux 2
To uninstall only the texlive-xeindex.noarch package we can use the following command:
sudo yum remove texlive-xeindex.noarch
texlive-xeindex.noarch Package Contents on Amazon Linux 2
/usr/share/doc/texlive-xeindex-svn16760.0.2
/usr/share/doc/texlive-xeindex-svn16760.0.2/lppl1.txt
/usr/share/texlive/texmf-dist/tex/xelatex/xeindex/xeindex.sty
References
Summary
In this tutorial we learn how to install texlive-xeindex.noarch on Amazon Linux 2 using yum.