How To Install texlive-plweb on Fedora 36

In this tutorial we learn how to install texlive-plweb in Fedora 36. texlive-plweb is Literate Programming for Prolog with LaTeX

Introduction

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

What is texlive-plweb

Instead of having to transform the common source into program or documentation, the central idea was to develop a method to have one common source which can be interpreted by a Prolog system as well as by LaTeX, whether that Prolog system be C- Prolog, Quintus-Prolog, or ECLiPSe.

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

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

sudo dnf -y install texlive-plweb

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

sudo yum -y install texlive-plweb

How To Uninstall texlive-plweb on Fedora 36

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

sudo dnf remove texlive-plweb

texlive-plweb Package Contents on Fedora 36

/usr/share/texlive/texmf-dist/tex/latex/plweb
/usr/share/texlive/texmf-dist/tex/latex/plweb/pcode.sty
/usr/share/texlive/texmf-dist/tex/latex/plweb/pl.cfg
/usr/share/texlive/texmf-dist/tex/latex/plweb/pl.sty

References

Summary

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