How To Install texlive-reledmac on Fedora 36

In this tutorial we learn how to install texlive-reledmac in Fedora 36. texlive-reledmac is Typeset scholarly editions

Introduction

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

What is texlive-reledmac

A package for typesetting scholarly critical editions, replacing the established ledmac and eledmac packages. Ledmac itself was a LaTeX port of the plain TeX EDMAC macros. The package supports indexing by page and by line numbers, and simple tabular- and array-style environments. The package is distributed with the related reledpar package.

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

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

sudo dnf -y install texlive-reledmac

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

sudo yum -y install texlive-reledmac

How To Uninstall texlive-reledmac on Fedora 36

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

sudo dnf remove texlive-reledmac

texlive-reledmac Package Contents on Fedora 36

/usr/share/licenses/texlive-reledmac
/usr/share/licenses/texlive-reledmac/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/reledmac
/usr/share/texlive/texmf-dist/tex/latex/reledmac/reledmac.sty
/usr/share/texlive/texmf-dist/tex/latex/reledmac/reledpar.sty

References

Summary

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