How To Install texlive-xetexconfig.noarch on Amazon Linux 2
In this tutorial we learn how to install texlive-xetexconfig.noarch in Amazon Linux 2. texlive-xetexconfig.noarch is Configuration files for XeTeX
Introduction
In this tutorial we learn how to install texlive-xetexconfig.noarch on Amazon Linux 2.
What is texlive-xetexconfig.noarch
unicode-letters, and special crop.cfg and hyperref.cfg for XeTeX.
We can use yum to install texlive-xetexconfig.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-xetexconfig.noarch.
Install texlive-xetexconfig.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-xetexconfig.noarch using yum by running the following command:
sudo yum -y install texlive-xetexconfig.noarch
How To Uninstall texlive-xetexconfig.noarch on Amazon Linux 2
To uninstall only the texlive-xetexconfig.noarch package we can use the following command:
sudo yum remove texlive-xetexconfig.noarch
texlive-xetexconfig.noarch Package Contents on Amazon Linux 2
/usr/share/texlive/texmf-dist/tex/generic/xetexconfig/unicode-letters.tex
/usr/share/texlive/texmf-dist/tex/xelatex/xetexconfig/crop.cfg
References
Summary
In this tutorial we learn how to install texlive-xetexconfig.noarch on Amazon Linux 2 using yum.