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

In this tutorial we learn how to install texlive-fontware.noarch in Amazon Linux 2. texlive-fontware.noarch is fontware package

Introduction

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

What is texlive-fontware.noarch

fontware package

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

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

sudo yum -y install texlive-fontware.noarch

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

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

sudo yum remove texlive-fontware.noarch

texlive-fontware.noarch Package Contents on Amazon Linux 2

/usr/share/man/man1/pltotf.1.gz
/usr/share/man/man1/tftopl.1.gz
/usr/share/man/man1/vftovp.1.gz
/usr/share/man/man1/vptovf.1.gz

References

Summary

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