How To Install texlive-forloop on Fedora 36

In this tutorial we learn how to install texlive-forloop in Fedora 36. texlive-forloop is Iteration in LaTeX

Introduction

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

What is texlive-forloop

The package provides a command \forloop for doing iteration in LaTeX macro programming.

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

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

sudo dnf -y install texlive-forloop

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

sudo yum -y install texlive-forloop

How To Uninstall texlive-forloop on Fedora 36

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

sudo dnf remove texlive-forloop

texlive-forloop Package Contents on Fedora 36

/usr/share/licenses/texlive-forloop
/usr/share/licenses/texlive-forloop/lgpl2.1.txt
/usr/share/texlive/texmf-dist/tex/latex/forloop
/usr/share/texlive/texmf-dist/tex/latex/forloop/forloop.sty

References

Summary

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