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

In this tutorial we learn how to install texlive-changebar.noarch in Amazon Linux 2. texlive-changebar.noarch is Generate changebars in LaTeX documents

Introduction

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

What is texlive-changebar.noarch

Identify areas of text to be marked with changebars with the \cbstart and \cbend commands; the bars may be coloured. The package uses ‘drivers’ to place the bars; the available drivers can work with dvitoln03, dvitops, dvips, the emTeX and TeXtures DVI drivers, and VTeX and PDFTeX. date

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

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

sudo yum -y install texlive-changebar.noarch

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

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

sudo yum remove texlive-changebar.noarch

texlive-changebar.noarch Package Contents on Amazon Linux 2

/usr/share/doc/texlive-changebar-svn29349.3.5c
/usr/share/doc/texlive-changebar-svn29349.3.5c/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/changebar/changebar.sty

References

Summary

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