How To Install texlive-kpathsea-bin.x86_64 on Amazon Linux 2

In this tutorial we learn how to install texlive-kpathsea-bin.x86_64 in Amazon Linux 2. texlive-kpathsea-bin.x86_64 is Binaries for kpathsea

Introduction

In this tutorial we learn how to install texlive-kpathsea-bin.x86_64 on Amazon Linux 2.

What is texlive-kpathsea-bin.x86_64

Binaries for kpathsea

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

Install texlive-kpathsea-bin.x86_64 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-kpathsea-bin.x86_64 using yum by running the following command:

sudo yum -y install texlive-kpathsea-bin.x86_64

How To Uninstall texlive-kpathsea-bin.x86_64 on Amazon Linux 2

To uninstall only the texlive-kpathsea-bin.x86_64 package we can use the following command:

sudo yum remove texlive-kpathsea-bin.x86_64

texlive-kpathsea-bin.x86_64 Package Contents on Amazon Linux 2

/usr/bin/kpseaccess
/usr/bin/kpsereadlink
/usr/bin/kpsestat
/usr/bin/kpsewhich
/usr/bin/mkocp
/usr/bin/mkofm
/usr/bin/mktexfmt
/usr/bin/mktexlsr
/usr/bin/mktexmf
/usr/bin/mktexpk
/usr/bin/mktextfm
/usr/bin/texhash
/usr/share/doc/texlive-kpathsea-bin-svn27347.0
/usr/share/doc/texlive-kpathsea-bin-svn27347.0/lgpl2.1.txt

References

Summary

In this tutorial we learn how to install texlive-kpathsea-bin.x86_64 on Amazon Linux 2 using yum.