How To Install texlive-xecjk.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install texlive-xecjk.noarch on Amazon Linux 2.
What is texlive-xecjk.noarch
A LaTeX package for typesetting CJK documents in the way users have become used to, in the CJK package. The package requires a current version of xtemplate (and hence of the current LaTeX 3 development environment. date
We can use yum to install texlive-xecjk.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-xecjk.noarch.
Install texlive-xecjk.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-xecjk.noarch using yum by running the following command:
sudo yum -y install texlive-xecjk.noarch
How To Uninstall texlive-xecjk.noarch on Amazon Linux 2
To uninstall only the texlive-xecjk.noarch package we can use the following command:
sudo yum remove texlive-xecjk.noarch
texlive-xecjk.noarch Package Contents on Amazon Linux 2
/usr/share/doc/texlive-xecjk-svn28816.3.1.2
/usr/share/doc/texlive-xecjk-svn28816.3.1.2/lppl1.txt
/usr/share/texlive/texmf-dist/tex/xelatex/xecjk/config/xeCJK.cfg
/usr/share/texlive/texmf-dist/tex/xelatex/xecjk/xeCJK.sty
/usr/share/texlive/texmf-dist/tex/xelatex/xecjk/xeCJKfntef.sty
References
Summary
In this tutorial we learn how to install texlive-xecjk.noarch on Amazon Linux 2 using yum.