How To Install texlive-l3experimental.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install texlive-l3experimental.noarch on Amazon Linux 2.
What is texlive-l3experimental.noarch
The l3experimental packages are a collection of experimental implementations for aspects of the LaTeX3 kernel, dealing with higher-level ideas such as the Designer Interface. Some of them work as stand alone packages, providing new functionality, and can be used on top of LaTeX2e with no changes to the existing kernel. The present release includes boxes receiving text for typesetting. - l3dt for data tables; - l3galley l3regex replace operations; - l3sort sequences, token lists or comma-lists, according to user- specified comparison criteria; - l3str string manipulation; - l3tl-build list building; - l3tl_analysis analysis; and - xcoffins, which allows the alignment of boxes using a series of ‘handle’ positions, supplementing the simple TeX reference point. All the files of the bundle are also available in the Subversion (SVN) repository of the LaTeX3 Project. The bundle on CTAN is based on a snapshot of the SVN repository on 2012-11-21. date
We can use yum to install texlive-l3experimental.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-l3experimental.noarch.
Install texlive-l3experimental.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-l3experimental.noarch using yum by running the following command:
sudo yum -y install texlive-l3experimental.noarch
How To Uninstall texlive-l3experimental.noarch on Amazon Linux 2
To uninstall only the texlive-l3experimental.noarch package we can use the following command:
sudo yum remove texlive-l3experimental.noarch
texlive-l3experimental.noarch Package Contents on Amazon Linux 2
/usr/share/doc/texlive-l3experimental-svn29361.SVN_4467
/usr/share/doc/texlive-l3experimental-svn29361.SVN_4467/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/l3experimental/l3dt/l3dt.sty
/usr/share/texlive/texmf-dist/tex/latex/l3experimental/l3sort/l3sort.sty
/usr/share/texlive/texmf-dist/tex/latex/l3experimental/l3str/l3flag.sty
/usr/share/texlive/texmf-dist/tex/latex/l3experimental/l3str/l3regex-trace.sty
/usr/share/texlive/texmf-dist/tex/latex/l3experimental/l3str/l3regex.sty
/usr/share/texlive/texmf-dist/tex/latex/l3experimental/l3str/l3str-convert.sty
/usr/share/texlive/texmf-dist/tex/latex/l3experimental/l3str/l3str-format.sty
/usr/share/texlive/texmf-dist/tex/latex/l3experimental/l3str/l3str.sty
/usr/share/texlive/texmf-dist/tex/latex/l3experimental/l3str/l3tl-analysis.sty
/usr/share/texlive/texmf-dist/tex/latex/l3experimental/l3str/l3tl-build.sty
/usr/share/texlive/texmf-dist/tex/latex/l3experimental/xcoffins/xcoffins.sty
/usr/share/texlive/texmf-dist/tex/latex/l3experimental/xgalley/l3galley.sty
/usr/share/texlive/texmf-dist/tex/latex/l3experimental/xgalley/xgalley.sty
References
Summary
In this tutorial we learn how to install texlive-l3experimental.noarch on Amazon Linux 2 using yum.