How To Install texlive-subeqnarray on Fedora 36
Introduction
In this tutorial we learn how to install texlive-subeqnarray on Fedora 36.
What is texlive-subeqnarray
This package defines the subeqnarray and subeqnarray* environments, which behave like the corresponding eqnarray and eqnarray* environments, except that the individual lines are numbered like 1a, 1b, 1c, etc. To refer to these numbers an extra label command \slabel is provided. Users are urged to consider the alignment capabilities of the amsmath bundle, which produce better results than eqnarray-related macros.
We can use yum or dnf to install texlive-subeqnarray on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-subeqnarray.
Install texlive-subeqnarray 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-subeqnarray using dnf by running the following command:
sudo dnf -y install texlive-subeqnarray
Install texlive-subeqnarray 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-subeqnarray using yum by running the following command:
sudo yum -y install texlive-subeqnarray
How To Uninstall texlive-subeqnarray on Fedora 36
To uninstall only the texlive-subeqnarray package we can use the following command:
sudo dnf remove texlive-subeqnarray
texlive-subeqnarray Package Contents on Fedora 36
/usr/share/licenses/texlive-subeqnarray
/usr/share/licenses/texlive-subeqnarray/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/subeqnarray
/usr/share/texlive/texmf-dist/tex/latex/subeqnarray/subeqnarray.sty
References
Summary
In this tutorial we learn how to install texlive-subeqnarray on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).