How To Install texlive-protex on Fedora 36

In this tutorial we learn how to install texlive-protex in Fedora 36. texlive-protex is Literate programming package

Introduction

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

What is texlive-protex

ProTeX is a simple but powerful literate programming tool, which is designed to generate useful hypertext output (either PDF, or HTML using TeX4ht).

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

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

sudo dnf -y install texlive-protex

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

sudo yum -y install texlive-protex

How To Uninstall texlive-protex on Fedora 36

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

sudo dnf remove texlive-protex

texlive-protex Package Contents on Fedora 36

/usr/share/licenses/texlive-protex
/usr/share/licenses/texlive-protex/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/protex
/usr/share/texlive/texmf-dist/tex/latex/protex/AlProTex.sty
/usr/share/texlive/texmf-dist/tex/latex/protex/ProTex.sty

References

Summary

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