How To Install texlive-placeins.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install texlive-placeins.noarch on Amazon Linux 2.
What is texlive-placeins.noarch
Defines a \FloatBarrier command, beyond which floats may not pass; useful, for example, to ensure all floats for a section appear before the next \section command. date
We can use yum to install texlive-placeins.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-placeins.noarch.
Install texlive-placeins.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-placeins.noarch using yum by running the following command:
sudo yum -y install texlive-placeins.noarch
How To Uninstall texlive-placeins.noarch on Amazon Linux 2
To uninstall only the texlive-placeins.noarch package we can use the following command:
sudo yum remove texlive-placeins.noarch
texlive-placeins.noarch Package Contents on Amazon Linux 2
/usr/share/doc/texlive-placeins-svn19848.2.2
/usr/share/doc/texlive-placeins-svn19848.2.2/pd.txt
/usr/share/texlive/texmf-dist/tex/latex/placeins/placeins.sty
References
Summary
In this tutorial we learn how to install texlive-placeins.noarch on Amazon Linux 2 using yum.