How To Install texlive-hyphenat.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install texlive-hyphenat.noarch on Amazon Linux 2.
What is texlive-hyphenat.noarch
This package can disable all hyphenation or enable hyphenation of non-alphabetics or monospaced fonts. The package can also enable hyphenation within ‘words’ that contain non-alphabetic characters (e.g., that include underscores), and hyphenation of text typeset in monospaced (e.g., cmtt) fonts. date
We can use yum to install texlive-hyphenat.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-hyphenat.noarch.
Install texlive-hyphenat.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-hyphenat.noarch using yum by running the following command:
sudo yum -y install texlive-hyphenat.noarch
How To Uninstall texlive-hyphenat.noarch on Amazon Linux 2
To uninstall only the texlive-hyphenat.noarch package we can use the following command:
sudo yum remove texlive-hyphenat.noarch
texlive-hyphenat.noarch Package Contents on Amazon Linux 2
/usr/share/doc/texlive-hyphenat-svn15878.2.3c
/usr/share/doc/texlive-hyphenat-svn15878.2.3c/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/hyphenat/hyphenat.sty
References
Summary
In this tutorial we learn how to install texlive-hyphenat.noarch on Amazon Linux 2 using yum.