How To Install texlive-passivetex.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install texlive-passivetex.noarch on Amazon Linux 2.
What is texlive-passivetex.noarch
Packages providing XML parsing, UTF-8 parsing, Unicode entities, and common formatting object definitions for jadetex. date
We can use yum to install texlive-passivetex.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-passivetex.noarch.
Install texlive-passivetex.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-passivetex.noarch using yum by running the following command:
sudo yum -y install texlive-passivetex.noarch
How To Uninstall texlive-passivetex.noarch on Amazon Linux 2
To uninstall only the texlive-passivetex.noarch package we can use the following command:
sudo yum remove texlive-passivetex.noarch
texlive-passivetex.noarch Package Contents on Amazon Linux 2
/usr/share/texlive/texmf-dist/tex/xmltex/passivetex/dummyels.sty
/usr/share/texlive/texmf-dist/tex/xmltex/passivetex/fotex.sty
/usr/share/texlive/texmf-dist/tex/xmltex/passivetex/fotex.xmt
/usr/share/texlive/texmf-dist/tex/xmltex/passivetex/mlnames.sty
/usr/share/texlive/texmf-dist/tex/xmltex/passivetex/tei.xmt
/usr/share/texlive/texmf-dist/tex/xmltex/passivetex/teiprintslides.xmt
/usr/share/texlive/texmf-dist/tex/xmltex/passivetex/teislides.xmt
/usr/share/texlive/texmf-dist/tex/xmltex/passivetex/teixml.sty
/usr/share/texlive/texmf-dist/tex/xmltex/passivetex/teixmlslides.sty
/usr/share/texlive/texmf-dist/tex/xmltex/passivetex/ucharacters.sty
/usr/share/texlive/texmf-dist/tex/xmltex/passivetex/unicode.sty
References
Summary
In this tutorial we learn how to install texlive-passivetex.noarch on Amazon Linux 2 using yum.