How To Install texlive-luatexbase.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install texlive-luatexbase.noarch on Amazon Linux 2.
What is texlive-luatexbase.noarch
The bundle provides basic facilities for LuaTeX macro programmers, mostly resource allocation and convenience packages. Provided are allocation; - luatexbase-cctb luatexbase-compat Lua module loading; - luatexbase-modutils declaration; - luatexbase-mcb luatexbase-regs addition, the (unadorned) luatexbase package loads all the above in one fell swoop. date
We can use yum to install texlive-luatexbase.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-luatexbase.noarch.
Install texlive-luatexbase.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-luatexbase.noarch using yum by running the following command:
sudo yum -y install texlive-luatexbase.noarch
How To Uninstall texlive-luatexbase.noarch on Amazon Linux 2
To uninstall only the texlive-luatexbase.noarch package we can use the following command:
sudo yum remove texlive-luatexbase.noarch
texlive-luatexbase.noarch Package Contents on Amazon Linux 2
/usr/share/doc/texlive-luatexbase-svn22560.0.31
/usr/share/doc/texlive-luatexbase-svn22560.0.31/pd.txt
/usr/share/texlive/texmf-dist/tex/luatex/luatexbase/attr.lua
/usr/share/texlive/texmf-dist/tex/luatex/luatexbase/cctb.lua
/usr/share/texlive/texmf-dist/tex/luatex/luatexbase/luatexbase-attr.sty
/usr/share/texlive/texmf-dist/tex/luatex/luatexbase/luatexbase-cctb.sty
/usr/share/texlive/texmf-dist/tex/luatex/luatexbase/luatexbase-compat.sty
/usr/share/texlive/texmf-dist/tex/luatex/luatexbase/luatexbase-loader.sty
/usr/share/texlive/texmf-dist/tex/luatex/luatexbase/luatexbase-mcb.sty
/usr/share/texlive/texmf-dist/tex/luatex/luatexbase/luatexbase-modutils.sty
/usr/share/texlive/texmf-dist/tex/luatex/luatexbase/luatexbase-regs.sty
/usr/share/texlive/texmf-dist/tex/luatex/luatexbase/luatexbase.loader.lua
/usr/share/texlive/texmf-dist/tex/luatex/luatexbase/luatexbase.sty
/usr/share/texlive/texmf-dist/tex/luatex/luatexbase/mcb.lua
/usr/share/texlive/texmf-dist/tex/luatex/luatexbase/modutils.lua
References
Summary
In this tutorial we learn how to install texlive-luatexbase.noarch on Amazon Linux 2 using yum.