How To Install texlive-marginnote.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install texlive-marginnote.noarch on Amazon Linux 2.
What is texlive-marginnote.noarch
This package provides the command \marginnote that may be used instead of \marginpar at almost every place where \marginpar cannot be used, e.g., inside floats, footnotes, or in frames made with the framed package. date
We can use yum to install texlive-marginnote.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-marginnote.noarch.
Install texlive-marginnote.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-marginnote.noarch using yum by running the following command:
sudo yum -y install texlive-marginnote.noarch
How To Uninstall texlive-marginnote.noarch on Amazon Linux 2
To uninstall only the texlive-marginnote.noarch package we can use the following command:
sudo yum remove texlive-marginnote.noarch
texlive-marginnote.noarch Package Contents on Amazon Linux 2
/usr/share/doc/texlive-marginnote-svn25880.v1.1i
/usr/share/doc/texlive-marginnote-svn25880.v1.1i/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/marginnote/marginnote.sty
References
Summary
In this tutorial we learn how to install texlive-marginnote.noarch on Amazon Linux 2 using yum.