How To Install texlive-fix2col.noarch on Amazon Linux 2

In this tutorial we learn how to install texlive-fix2col.noarch in Amazon Linux 2. texlive-fix2col.noarch is Fix miscellaneous two column mode features

Introduction

In this tutorial we learn how to install texlive-fix2col.noarch on Amazon Linux 2.

What is texlive-fix2col.noarch

Fix mark handling so that \firstmark is taken from the first column if that column has any marks at all; keep two column floats like figure* in sequence with single column floats like figure. date

We can use yum to install texlive-fix2col.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-fix2col.noarch.

Install texlive-fix2col.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-fix2col.noarch using yum by running the following command:

sudo yum -y install texlive-fix2col.noarch

How To Uninstall texlive-fix2col.noarch on Amazon Linux 2

To uninstall only the texlive-fix2col.noarch package we can use the following command:

sudo yum remove texlive-fix2col.noarch

texlive-fix2col.noarch Package Contents on Amazon Linux 2

/usr/share/doc/texlive-fix2col-svn17133.0
/usr/share/doc/texlive-fix2col-svn17133.0/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/fix2col/fix2col.sty

References

Summary

In this tutorial we learn how to install texlive-fix2col.noarch on Amazon Linux 2 using yum.