How To Install texlive-eledmac on Fedora 36
Introduction
In this tutorial we learn how to install texlive-eledmac on Fedora 36.
What is texlive-eledmac
A package for typesetting scholarly critical editions, replacing the established ledmac package. 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 eledpar package. The package is now superseded by reledmac.
We can use yum or dnf to install texlive-eledmac on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-eledmac.
Install texlive-eledmac 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-eledmac using dnf by running the following command:
sudo dnf -y install texlive-eledmac
Install texlive-eledmac 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-eledmac using yum by running the following command:
sudo yum -y install texlive-eledmac
How To Uninstall texlive-eledmac on Fedora 36
To uninstall only the texlive-eledmac package we can use the following command:
sudo dnf remove texlive-eledmac
texlive-eledmac Package Contents on Fedora 36
/usr/share/licenses/texlive-eledmac
/usr/share/licenses/texlive-eledmac/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/eledmac
/usr/share/texlive/texmf-dist/tex/latex/eledmac/eledmac.sty
/usr/share/texlive/texmf-dist/tex/latex/eledmac/eledpar.sty
References
Summary
In this tutorial we learn how to install texlive-eledmac on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).