How To Install texlive-ucharclasses.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install texlive-ucharclasses.noarch on Amazon Linux 2.
What is texlive-ucharclasses.noarch
The package takes care of switching fonts when you switch from one Unicode block to another in the text of a document. This way, you can write a document with no explicit font selection, but a series of rules of the form “when entering block …, switch font to use …”. date
We can use yum to install texlive-ucharclasses.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-ucharclasses.noarch.
Install texlive-ucharclasses.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-ucharclasses.noarch using yum by running the following command:
sudo yum -y install texlive-ucharclasses.noarch
How To Uninstall texlive-ucharclasses.noarch on Amazon Linux 2
To uninstall only the texlive-ucharclasses.noarch package we can use the following command:
sudo yum remove texlive-ucharclasses.noarch
texlive-ucharclasses.noarch Package Contents on Amazon Linux 2
/usr/share/doc/texlive-ucharclasses-svn27820.2.0
/usr/share/doc/texlive-ucharclasses-svn27820.2.0/pd.txt
/usr/share/texlive/texmf-dist/tex/xelatex/ucharclasses/ucharclasses.sty
References
Summary
In this tutorial we learn how to install texlive-ucharclasses.noarch on Amazon Linux 2 using yum.