How To Install texlive-mparhack.noarch on Amazon Linux 2
In this tutorial we learn how to install texlive-mparhack.noarch in Amazon Linux 2. texlive-mparhack.noarch is A workaround for a LaTeX bug in marginpars
Introduction
In this tutorial we learn how to install texlive-mparhack.noarch on Amazon Linux 2.
What is texlive-mparhack.noarch
Implements a workaround for the LaTeX bug that marginpars will sometimes come out at the wrong margin. date
We can use yum to install texlive-mparhack.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-mparhack.noarch.
Install texlive-mparhack.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-mparhack.noarch using yum by running the following command:
sudo yum -y install texlive-mparhack.noarch
How To Uninstall texlive-mparhack.noarch on Amazon Linux 2
To uninstall only the texlive-mparhack.noarch package we can use the following command:
sudo yum remove texlive-mparhack.noarch
texlive-mparhack.noarch Package Contents on Amazon Linux 2
/usr/share/doc/texlive-mparhack-svn15878.1.4
/usr/share/doc/texlive-mparhack-svn15878.1.4/gpl.txt
/usr/share/texlive/texmf-dist/tex/latex/mparhack/mparhack.sty
References
Summary
In this tutorial we learn how to install texlive-mparhack.noarch on Amazon Linux 2 using yum.