How To Install texlive-float.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install texlive-float.noarch on Amazon Linux 2.
What is texlive-float.noarch
Improves the interface for defining floating objects such as figures and tables. Introduces the boxed float, the ruled float and the plaintop float. You can define your own floats and improve the behaviour of the old ones. The package also provides the H float modifier option of the obsolete here package. You can select this as automatic default with \floatplacement{figure}{H}. date
We can use yum to install texlive-float.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-float.noarch.
Install texlive-float.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-float.noarch using yum by running the following command:
sudo yum -y install texlive-float.noarch
How To Uninstall texlive-float.noarch on Amazon Linux 2
To uninstall only the texlive-float.noarch package we can use the following command:
sudo yum remove texlive-float.noarch
texlive-float.noarch Package Contents on Amazon Linux 2
/usr/share/doc/texlive-float-svn15878.1.3d
/usr/share/doc/texlive-float-svn15878.1.3d/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/float/float.sty
References
Summary
In this tutorial we learn how to install texlive-float.noarch on Amazon Linux 2 using yum.