How To Install texlive-reotex on Fedora 36

In this tutorial we learn how to install texlive-reotex in Fedora 36. texlive-reotex is Draw Reo Channels and Circuits

Introduction

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

What is texlive-reotex

The package defines macros and other utilities to design Reo Circuits. The package requires PGF/TikZ support.

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

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

sudo dnf -y install texlive-reotex

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

sudo yum -y install texlive-reotex

How To Uninstall texlive-reotex on Fedora 36

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

sudo dnf remove texlive-reotex

texlive-reotex Package Contents on Fedora 36

/usr/share/licenses/texlive-reotex
/usr/share/licenses/texlive-reotex/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/reotex
/usr/share/texlive/texmf-dist/tex/latex/reotex/reotex.sty

References

Summary

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