How To Install passivetex on Fedora 36
Introduction
In this tutorial we learn how to install passivetex on Fedora 36.
What is passivetex
PassiveTeX is a library of TeX macros which can be used to process an XML document which results from an XSL transformation to formatting objects.
We can use yum or dnf to install passivetex on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install passivetex.
Install passivetex on Fedora 36 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install passivetex using dnf by running the following command:
sudo dnf -y install passivetex
Install passivetex on Fedora 36 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install passivetex using yum by running the following command:
sudo yum -y install passivetex
How To Uninstall passivetex on Fedora 36
To uninstall only the passivetex package we can use the following command:
sudo dnf remove passivetex
passivetex Package Contents on Fedora 36
/usr/share/doc/passivetex
/usr/share/doc/passivetex/LICENSE
/usr/share/doc/passivetex/README.passivetex
/usr/share/texmf/tex/xmltex/passivetex
/usr/share/texmf/tex/xmltex/passivetex/dummyels.sty
/usr/share/texmf/tex/xmltex/passivetex/fotex.sty
/usr/share/texmf/tex/xmltex/passivetex/fotex.xmt
/usr/share/texmf/tex/xmltex/passivetex/mlnames.sty
/usr/share/texmf/tex/xmltex/passivetex/nomulticol.sty
/usr/share/texmf/tex/xmltex/passivetex/tei.xmt
/usr/share/texmf/tex/xmltex/passivetex/teiprintslides.xmt
/usr/share/texmf/tex/xmltex/passivetex/teislides.xmt
/usr/share/texmf/tex/xmltex/passivetex/teixml.sty
/usr/share/texmf/tex/xmltex/passivetex/teixmlslides.sty
/usr/share/texmf/tex/xmltex/passivetex/ucharacters.sty
/usr/share/texmf/tex/xmltex/passivetex/unicode.sty
References
Summary
In this tutorial we learn how to install passivetex on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).