How To Install texlive-philokalia.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install texlive-philokalia.noarch on Amazon Linux 2.
What is texlive-philokalia.noarch
The philokalia package has been designed to ease the use of the Philokalia-Regular OpenType font with XeLaTeX. The font started as a project to digitize the typeface used to typeset the Philokalia books. date
We can use yum to install texlive-philokalia.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-philokalia.noarch.
Install texlive-philokalia.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-philokalia.noarch using yum by running the following command:
sudo yum -y install texlive-philokalia.noarch
How To Uninstall texlive-philokalia.noarch on Amazon Linux 2
To uninstall only the texlive-philokalia.noarch package we can use the following command:
sudo yum remove texlive-philokalia.noarch
texlive-philokalia.noarch Package Contents on Amazon Linux 2
/usr/share/texlive/texmf-dist/fonts/opentype/public/philokalia/Philokalia-Regular.otf
/usr/share/texlive/texmf-dist/tex/xelatex/philokalia/eu1plk.fd
/usr/share/texlive/texmf-dist/tex/xelatex/philokalia/philokalia.sty
References
Summary
In this tutorial we learn how to install texlive-philokalia.noarch on Amazon Linux 2 using yum.