How To Install texlive-platex-tools on Fedora 36

In this tutorial we learn how to install texlive-platex-tools in Fedora 36. texlive-platex-tools is pLaTeX standard tools bundle

Introduction

In this tutorial we learn how to install texlive-platex-tools on Fedora 36.

What is texlive-platex-tools

This bundle is an extended version of the latex-tools bundle developed by the LaTeX team, mainly intended to support pLaTeX2e and upLaTeX2e. Currently patches for the latex-tools bundle and Martin Schroder’s ms bundle are included.

We can use yum or dnf to install texlive-platex-tools on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-platex-tools.

Install texlive-platex-tools 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 texlive-platex-tools using dnf by running the following command:

sudo dnf -y install texlive-platex-tools

Install texlive-platex-tools 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 texlive-platex-tools using yum by running the following command:

sudo yum -y install texlive-platex-tools

How To Uninstall texlive-platex-tools on Fedora 36

To uninstall only the texlive-platex-tools package we can use the following command:

sudo dnf remove texlive-platex-tools

texlive-platex-tools Package Contents on Fedora 36

/usr/share/licenses/texlive-platex-tools
/usr/share/licenses/texlive-platex-tools/bsd.txt
/usr/share/texlive/texmf-dist/doc/latex/platex-tools
/usr/share/texlive/texmf-dist/doc/latex/platex-tools/LICENSE
/usr/share/texlive/texmf-dist/doc/latex/platex-tools/README.md
/usr/share/texlive/texmf-dist/doc/latex/platex-tools/plarray.pdf
/usr/share/texlive/texmf-dist/doc/latex/platex-tools/plarray.tex
/usr/share/texlive/texmf-dist/doc/latex/platex-tools/pldocverb.pdf
/usr/share/texlive/texmf-dist/doc/latex/platex-tools/pldocverb.tex
/usr/share/texlive/texmf-dist/doc/latex/platex-tools/plextarray.pdf
/usr/share/texlive/texmf-dist/doc/latex/platex-tools/plextarray.tex
/usr/share/texlive/texmf-dist/doc/latex/platex-tools/plextcolortbl.pdf
/usr/share/texlive/texmf-dist/doc/latex/platex-tools/plextcolortbl.tex
/usr/share/texlive/texmf-dist/doc/latex/platex-tools/plextdelarray.pdf
/usr/share/texlive/texmf-dist/doc/latex/platex-tools/plextdelarray.tex
/usr/share/texlive/texmf-dist/doc/latex/platex-tools/pxatbegshi.pdf
/usr/share/texlive/texmf-dist/doc/latex/platex-tools/pxatbegshi.tex
/usr/share/texlive/texmf-dist/doc/latex/platex-tools/pxeverysel.pdf
/usr/share/texlive/texmf-dist/doc/latex/platex-tools/pxeverysel.tex
/usr/share/texlive/texmf-dist/doc/latex/platex-tools/pxeveryshi.pdf
/usr/share/texlive/texmf-dist/doc/latex/platex-tools/pxeveryshi.tex
/usr/share/texlive/texmf-dist/doc/latex/platex-tools/pxftnright.pdf
/usr/share/texlive/texmf-dist/doc/latex/platex-tools/pxftnright.tex
/usr/share/texlive/texmf-dist/doc/latex/platex-tools/pxmulticol.pdf
/usr/share/texlive/texmf-dist/doc/latex/platex-tools/pxmulticol.tex
/usr/share/texlive/texmf-dist/doc/latex/platex-tools/pxxspace.pdf
/usr/share/texlive/texmf-dist/doc/latex/platex-tools/pxxspace.tex
/usr/share/texlive/texmf-dist/tex/latex/platex-tools
/usr/share/texlive/texmf-dist/tex/latex/platex-tools/plarray.sty
/usr/share/texlive/texmf-dist/tex/latex/platex-tools/pldocverb.sty
/usr/share/texlive/texmf-dist/tex/latex/platex-tools/plextarray.sty
/usr/share/texlive/texmf-dist/tex/latex/platex-tools/plextcolortbl.sty
/usr/share/texlive/texmf-dist/tex/latex/platex-tools/plextdelarray.sty
/usr/share/texlive/texmf-dist/tex/latex/platex-tools/pxatbegshi.sty
/usr/share/texlive/texmf-dist/tex/latex/platex-tools/pxeverysel.sty
/usr/share/texlive/texmf-dist/tex/latex/platex-tools/pxeveryshi.sty
/usr/share/texlive/texmf-dist/tex/latex/platex-tools/pxftnright.sty
/usr/share/texlive/texmf-dist/tex/latex/platex-tools/pxmulticol.sty
/usr/share/texlive/texmf-dist/tex/latex/platex-tools/pxxspace.sty

References

Summary

In this tutorial we learn how to install texlive-platex-tools on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).