How To Install texlive-hyphen-base.noarch on Amazon Linux 2

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

Introduction

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

What is texlive-hyphen-base.noarch

hyphen-base package

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

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

sudo yum -y install texlive-hyphen-base.noarch

How To Uninstall texlive-hyphen-base.noarch on Amazon Linux 2

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

sudo yum remove texlive-hyphen-base.noarch

texlive-hyphen-base.noarch Package Contents on Amazon Linux 2

/usr/share/texlive/texmf/tex/generic/config/language.dat
/usr/share/texlive/texmf/tex/generic/config/language.dat.lua
/usr/share/texlive/texmf/tex/generic/config/language.def
/usr/share/texlive/texmf/tex/generic/config/language.us
/usr/share/texlive/texmf/tex/generic/config/language.us.def
/usr/share/texlive/texmf/tex/generic/config/language.us.lua
/usr/share/texlive/texmf/tex/generic/hyphen/dumyhyph.tex
/usr/share/texlive/texmf/tex/generic/hyphen/hyphen.tex
/usr/share/texlive/texmf/tex/generic/hyphen/hypht1.tex
/usr/share/texlive/texmf/tex/generic/hyphen/zerohyph.tex

References

Summary

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