How To Install texlive-titlesec.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install texlive-titlesec.noarch on Amazon Linux 2.
What is texlive-titlesec.noarch
A package providing an interface to sectioning commands for selection from various title styles. E.g., marginal titles and to change the font of all headings with a single command, also providing simple one-step page styles. Also includes a package to change the page styles when there are floats in a page. You may assign headers/footers to individual floats, too. date
We can use yum to install texlive-titlesec.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-titlesec.noarch.
Install texlive-titlesec.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-titlesec.noarch using yum by running the following command:
sudo yum -y install texlive-titlesec.noarch
How To Uninstall texlive-titlesec.noarch on Amazon Linux 2
To uninstall only the texlive-titlesec.noarch package we can use the following command:
sudo yum remove texlive-titlesec.noarch
texlive-titlesec.noarch Package Contents on Amazon Linux 2
/usr/share/doc/texlive-titlesec-svn24852.2.10.0
/usr/share/doc/texlive-titlesec-svn24852.2.10.0/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/titlesec/block.tss
/usr/share/texlive/texmf-dist/tex/latex/titlesec/drop.tss
/usr/share/texlive/texmf-dist/tex/latex/titlesec/frame.tss
/usr/share/texlive/texmf-dist/tex/latex/titlesec/leftmargin.tss
/usr/share/texlive/texmf-dist/tex/latex/titlesec/margin.tss
/usr/share/texlive/texmf-dist/tex/latex/titlesec/rightmargin.tss
/usr/share/texlive/texmf-dist/tex/latex/titlesec/titleps.sty
/usr/share/texlive/texmf-dist/tex/latex/titlesec/titlesec.sty
/usr/share/texlive/texmf-dist/tex/latex/titlesec/titletoc.sty
/usr/share/texlive/texmf-dist/tex/latex/titlesec/ttlkeys.def
/usr/share/texlive/texmf-dist/tex/latex/titlesec/ttlps.def
/usr/share/texlive/texmf-dist/tex/latex/titlesec/wrap.tss
References
Summary
In this tutorial we learn how to install texlive-titlesec.noarch on Amazon Linux 2 using yum.