How To Install texlive-changepage.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install texlive-changepage.noarch on Amazon Linux 2.
What is texlive-changepage.noarch
The package provides commands to change the page layout in the middle of a document, and to robustly check for typesetting on odd or even pages. Instructions for use are at the end of the file. The package is an extraction of code from the memoir class, whose user interface it shares. It is intended the this package will eventually replace the chngpage package, which is distributed with the package. date
We can use yum to install texlive-changepage.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-changepage.noarch.
Install texlive-changepage.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-changepage.noarch using yum by running the following command:
sudo yum -y install texlive-changepage.noarch
How To Uninstall texlive-changepage.noarch on Amazon Linux 2
To uninstall only the texlive-changepage.noarch package we can use the following command:
sudo yum remove texlive-changepage.noarch
texlive-changepage.noarch Package Contents on Amazon Linux 2
/usr/share/doc/texlive-changepage-svn15878.1.0c
/usr/share/doc/texlive-changepage-svn15878.1.0c/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/changepage/changepage.sty
/usr/share/texlive/texmf-dist/tex/latex/changepage/chngpage.sty
References
Summary
In this tutorial we learn how to install texlive-changepage.noarch on Amazon Linux 2 using yum.