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

In this tutorial we learn how to install texlive-xecyr.noarch in Amazon Linux 2. texlive-xecyr.noarch is Using Cyrillic languages in XeTeX

Introduction

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

What is texlive-xecyr.noarch

Helper tools for using Cyrillic languages with XeLaTeX and babel. date

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

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

sudo yum -y install texlive-xecyr.noarch

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

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

sudo yum remove texlive-xecyr.noarch

texlive-xecyr.noarch Package Contents on Amazon Linux 2

/usr/share/doc/texlive-xecyr-svn20221.1.1
/usr/share/doc/texlive-xecyr-svn20221.1.1/lppl1.txt
/usr/share/texlive/texmf-dist/tex/generic/xecyr/xu-ruenhyph.tex
/usr/share/texlive/texmf-dist/tex/xelatex/xecyr/xecyr.sty

References

Summary

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