How To Install texlive-glyphlist.noarch on Amazon Linux 2
In this tutorial we learn how to install texlive-glyphlist.noarch in Amazon Linux 2. texlive-glyphlist.noarch is glyphlist package
Introduction
In this tutorial we learn how to install texlive-glyphlist.noarch on Amazon Linux 2.
What is texlive-glyphlist.noarch
glyphlist package
We can use yum to install texlive-glyphlist.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-glyphlist.noarch.
Install texlive-glyphlist.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-glyphlist.noarch using yum by running the following command:
sudo yum -y install texlive-glyphlist.noarch
How To Uninstall texlive-glyphlist.noarch on Amazon Linux 2
To uninstall only the texlive-glyphlist.noarch package we can use the following command:
sudo yum remove texlive-glyphlist.noarch
texlive-glyphlist.noarch Package Contents on Amazon Linux 2
/usr/share/texlive/texmf-dist/fonts/map/glyphlist/glyphlist.txt
/usr/share/texlive/texmf-dist/fonts/map/glyphlist/pdfglyphlist.txt
/usr/share/texlive/texmf-dist/fonts/map/glyphlist/texglyphlist.txt
References
Summary
In this tutorial we learn how to install texlive-glyphlist.noarch on Amazon Linux 2 using yum.