How To Install texlive-parskip.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install texlive-parskip.noarch on Amazon Linux 2.
What is texlive-parskip.noarch
Simply changing \parskip and \parindent leaves a layout that is untidy; this package (though it is no substitute for a properly-designed class) helps alleviate this untidiness date
We can use yum to install texlive-parskip.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-parskip.noarch.
Install texlive-parskip.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-parskip.noarch using yum by running the following command:
sudo yum -y install texlive-parskip.noarch
How To Uninstall texlive-parskip.noarch on Amazon Linux 2
To uninstall only the texlive-parskip.noarch package we can use the following command:
sudo yum remove texlive-parskip.noarch
texlive-parskip.noarch Package Contents on Amazon Linux 2
/usr/share/doc/texlive-parskip-svn19963.2.0
/usr/share/doc/texlive-parskip-svn19963.2.0/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip.sty
References
Summary
In this tutorial we learn how to install texlive-parskip.noarch on Amazon Linux 2 using yum.