How To Install texlive-eqexpl on Fedora 36

In this tutorial we learn how to install texlive-eqexpl in Fedora 36. texlive-eqexpl is Align explanations for formulas

Introduction

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

What is texlive-eqexpl

This package was developed in response to a question on https perfectly formatted explanation of components of a formula. The package depends on calc, etoolbox, and xparse.

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

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

sudo dnf -y install texlive-eqexpl

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

sudo yum -y install texlive-eqexpl

How To Uninstall texlive-eqexpl on Fedora 36

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

sudo dnf remove texlive-eqexpl

texlive-eqexpl Package Contents on Fedora 36

/usr/share/texlive/texmf-dist/doc/latex/eqexpl
/usr/share/texlive/texmf-dist/doc/latex/eqexpl/README.md
/usr/share/texlive/texmf-dist/doc/latex/eqexpl/README.ru.md
/usr/share/texlive/texmf-dist/doc/latex/eqexpl/eqexpl.pdf
/usr/share/texlive/texmf-dist/doc/latex/eqexpl/eqexpl.tex
/usr/share/texlive/texmf-dist/tex/latex/eqexpl
/usr/share/texlive/texmf-dist/tex/latex/eqexpl/eqexpl.sty

References

Summary

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