How To Install texlive-fixlatvian.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install texlive-fixlatvian.noarch on Amazon Linux 2.
What is texlive-fixlatvian.noarch
The package offers improvement of the Latvian language support in polyglossia, in particular in the area of the standard classes. date
We can use yum to install texlive-fixlatvian.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-fixlatvian.noarch.
Install texlive-fixlatvian.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-fixlatvian.noarch using yum by running the following command:
sudo yum -y install texlive-fixlatvian.noarch
How To Uninstall texlive-fixlatvian.noarch on Amazon Linux 2
To uninstall only the texlive-fixlatvian.noarch package we can use the following command:
sudo yum remove texlive-fixlatvian.noarch
texlive-fixlatvian.noarch Package Contents on Amazon Linux 2
/usr/share/doc/texlive-fixlatvian-svn21631.1a
/usr/share/doc/texlive-fixlatvian-svn21631.1a/lppl1.3.txt
/usr/share/texlive/texmf-dist/makeindex/fixlatvian/lv.ist
/usr/share/texlive/texmf-dist/tex/xelatex/fixlatvian/fixlatvian.sty
References
Summary
In this tutorial we learn how to install texlive-fixlatvian.noarch on Amazon Linux 2 using yum.