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

In this tutorial we learn how to install texlive-fontbook.noarch in Amazon Linux 2. texlive-fontbook.noarch is Generate a font book

Introduction

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

What is texlive-fontbook.noarch

The package provides a means of producing a ‘book’ of font samples (for evaluation, etc.). date

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

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

sudo yum -y install texlive-fontbook.noarch

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

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

sudo yum remove texlive-fontbook.noarch

texlive-fontbook.noarch Package Contents on Amazon Linux 2

/usr/share/doc/texlive-fontbook-svn23608.0.2
/usr/share/doc/texlive-fontbook-svn23608.0.2/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/xelatex/fontbook/fontbook.sty

References

Summary

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