How To Install texlive-sectsty.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install texlive-sectsty.noarch on Amazon Linux 2.
What is texlive-sectsty.noarch
A LaTeX2e package to help change the style of any or all of LaTeX’s sectional headers in the article, book, or report classes. Examples include the addition of rules above or below a section title. date
We can use yum to install texlive-sectsty.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-sectsty.noarch.
Install texlive-sectsty.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-sectsty.noarch using yum by running the following command:
sudo yum -y install texlive-sectsty.noarch
How To Uninstall texlive-sectsty.noarch on Amazon Linux 2
To uninstall only the texlive-sectsty.noarch package we can use the following command:
sudo yum remove texlive-sectsty.noarch
texlive-sectsty.noarch Package Contents on Amazon Linux 2
/usr/share/doc/texlive-sectsty-svn15878.2.0.2
/usr/share/doc/texlive-sectsty-svn15878.2.0.2/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/sectsty/sectsty.sty
References
Summary
In this tutorial we learn how to install texlive-sectsty.noarch on Amazon Linux 2 using yum.