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

In this tutorial we learn how to install texlive-symbol.noarch in Amazon Linux 2. texlive-symbol.noarch is URW “Base 35” font pack for LaTeX

Introduction

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

What is texlive-symbol.noarch

A set of fonts for use as “drop-in” replacements for Adobe’s basic set, comprising Adobe’s New Century Schoolbook); - Dingbats (substituting for Adobe’s Zapf Dingbats); - Nimbus Mono L (substituting for Abobe’s Courier); - Nimbus Roman No9 L (substituting for Adobe’s Times); - Nimbus Sans L (substituting for Adobe’s Helvetica); - Standard Symbols L (substituting for Adobe’s Symbol); - URW Bookman; - URW Chancery L Medium Italic (substituting for Adobe’s Zapf Chancery); - URW Gothic L Book (substituting for Adobe’s Avant Garde); and - URW Palladio L (substituting for Adobe’s Palatino). date

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

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

sudo yum -y install texlive-symbol.noarch

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

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

sudo yum remove texlive-symbol.noarch

texlive-symbol.noarch Package Contents on Amazon Linux 2

/usr/share/doc/texlive-symbol-svn28614.0
/usr/share/doc/texlive-symbol-svn28614.0/gpl.txt
/usr/share/texlive/texmf-dist/dvips/symbol/config.usy
/usr/share/texlive/texmf-dist/fonts/afm/adobe/symbol/psyb.afm
/usr/share/texlive/texmf-dist/fonts/afm/adobe/symbol/psyr.afm
/usr/share/texlive/texmf-dist/fonts/afm/urw/symbol/usyr.afm
/usr/share/texlive/texmf-dist/fonts/map/dvips/symbol/usy.map
/usr/share/texlive/texmf-dist/fonts/tfm/adobe/symbol/psyr.tfm
/usr/share/texlive/texmf-dist/fonts/tfm/monotype/symbol/msyr.tfm
/usr/share/texlive/texmf-dist/fonts/tfm/urw35vf/symbol/usyr.tfm
/usr/share/texlive/texmf-dist/fonts/type1/urw/symbol/usyr.pfb
/usr/share/texlive/texmf-dist/fonts/type1/urw/symbol/usyr.pfm
/usr/share/texlive/texmf-dist/tex/latex/symbol/uusy.fd

References

Summary

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