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

In this tutorial we learn how to install texlive-unisugar.noarch in Amazon Linux 2. texlive-unisugar.noarch is Define syntactic sugar for Unicode LaTeX

Introduction

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

What is texlive-unisugar.noarch

The package allows the user to define shorthand aliases for single Unicode characters, and also provides support for such aliases in RTL-text. The package requires an TeX-alike system that uses Unicode input in a native way XeTeX and LuaTeX. date

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

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

sudo yum -y install texlive-unisugar.noarch

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

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

sudo yum remove texlive-unisugar.noarch

texlive-unisugar.noarch Package Contents on Amazon Linux 2

/usr/share/doc/texlive-unisugar-svn22357.0.92
/usr/share/doc/texlive-unisugar-svn22357.0.92/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/xelatex/unisugar/unisugar.sty

References

Summary

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