How To Install texlive-eqnnumwarn on Fedora 36

In this tutorial we learn how to install texlive-eqnnumwarn in Fedora 36. texlive-eqnnumwarn is Modifies the amsmath equation environments to warn for a displaced equation number

Introduction

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

What is texlive-eqnnumwarn

Sometimes an equation is too long that an equation number will be typeset below the equation itself, but yet not long enough to yield an “overfull \hbox” warning. The eqnnumwarn package modifies the standard amsmath numbered equation environments to throw a warning whenever this occurs.

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

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

sudo dnf -y install texlive-eqnnumwarn

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

sudo yum -y install texlive-eqnnumwarn

How To Uninstall texlive-eqnnumwarn on Fedora 36

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

sudo dnf remove texlive-eqnnumwarn

texlive-eqnnumwarn Package Contents on Fedora 36

/usr/share/licenses/texlive-eqnnumwarn
/usr/share/licenses/texlive-eqnnumwarn/lppl.txt
/usr/share/texlive/texmf-dist/doc/latex/eqnnumwarn
/usr/share/texlive/texmf-dist/doc/latex/eqnnumwarn/README.md
/usr/share/texlive/texmf-dist/doc/latex/eqnnumwarn/eqnnumwarn.pdf
/usr/share/texlive/texmf-dist/doc/latex/eqnnumwarn/eqnnumwarn.tex
/usr/share/texlive/texmf-dist/tex/latex/eqnnumwarn
/usr/share/texlive/texmf-dist/tex/latex/eqnnumwarn/eqnnumwarn.sty

References

Summary

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