How To Install texlive-pitex on Fedora 36

In this tutorial we learn how to install texlive-pitex in Fedora 36. texlive-pitex is Documentation macros

Introduction

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

What is texlive-pitex

The bundle provides macros that the author uses when writing documentation (for example, that of the texapi and yax packages). The tools could be used by anyone, but there is no documentation, and the macros are subject to change without notice.

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

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

sudo dnf -y install texlive-pitex

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

sudo yum -y install texlive-pitex

How To Uninstall texlive-pitex on Fedora 36

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

sudo dnf remove texlive-pitex

texlive-pitex Package Contents on Fedora 36

/usr/share/licenses/texlive-pitex
/usr/share/licenses/texlive-pitex/lppl1.txt
/usr/share/texlive/texmf-dist/tex/plain/pitex
/usr/share/texlive/texmf-dist/tex/plain/pitex/base.ptxlua
/usr/share/texlive/texmf-dist/tex/plain/pitex/blocks.ptx
/usr/share/texlive/texmf-dist/tex/plain/pitex/files.ptx
/usr/share/texlive/texmf-dist/tex/plain/pitex/fonts.ptx
/usr/share/texlive/texmf-dist/tex/plain/pitex/fonts.ptxlua
/usr/share/texlive/texmf-dist/tex/plain/pitex/inserts.ptx
/usr/share/texlive/texmf-dist/tex/plain/pitex/lua.ptx
/usr/share/texlive/texmf-dist/tex/plain/pitex/output.ptx
/usr/share/texlive/texmf-dist/tex/plain/pitex/pitex.tex
/usr/share/texlive/texmf-dist/tex/plain/pitex/references.ptx
/usr/share/texlive/texmf-dist/tex/plain/pitex/sections.ptx
/usr/share/texlive/texmf-dist/tex/plain/pitex/verbatim.ptx

References

Summary

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