How To Install texlive-underscore.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install texlive-underscore.noarch on Amazon Linux 2.
What is texlive-underscore.noarch
With the package, _ in text mode (i.e., \textunderscore) prints an underscore so that hyphenation of words either side of it is not affected; a package option controls whether an actual hyphenation point appears after the underscore, or merely a break point. The package also arranges that, while in text, ‘_’ itself behaves as \textunderscore (the behaviour of _ in maths mode is not affected. date
We can use yum to install texlive-underscore.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-underscore.noarch.
Install texlive-underscore.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-underscore.noarch using yum by running the following command:
sudo yum -y install texlive-underscore.noarch
How To Uninstall texlive-underscore.noarch on Amazon Linux 2
To uninstall only the texlive-underscore.noarch package we can use the following command:
sudo yum remove texlive-underscore.noarch
texlive-underscore.noarch Package Contents on Amazon Linux 2
/usr/share/doc/texlive-underscore-svn18261.0
/usr/share/doc/texlive-underscore-svn18261.0/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/underscore/underscore.sty
References
Summary
In this tutorial we learn how to install texlive-underscore.noarch on Amazon Linux 2 using yum.