How to Install and Uninstall texlive-subeqn.noarch Package on Fedora 34

Last updated: May 18,2024

1. Install "texlive-subeqn.noarch" package

This guide covers the steps necessary to install texlive-subeqn.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install texlive-subeqn.noarch

2. Uninstall "texlive-subeqn.noarch" package

This guide covers the steps necessary to uninstall texlive-subeqn.noarch on Fedora 34:

$ sudo dnf remove texlive-subeqn.noarch $ sudo dnf autoremove

3. Information about the texlive-subeqn.noarch package on Fedora 34

Last metadata expiration check: 0:22:05 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : texlive-subeqn
Epoch : 9
Version : svn15878.2.0b
Release : 39.fc34
Architecture : noarch
Size : 17 k
Source : texlive-2020-39.fc34.src.rpm
Repository : updates
Summary : Package for subequation numbering
URL : http://tug.org/texlive/
License : LPPL
Description : Sometimes it is necessary to be able to refer to subexpressions
: of an equation. In order to do that these subexpressions should
: be numbered. In standard LaTeX there is no provision for this.
: To solve this problem Stephen Gildea once wrote subeqn.sty for
: LaTeX 2.09; Donald Arsenau rewrote the macros and Johannes
: Braams made them available for LaTeX2e. Note that this package
: is not compatible with the package subeqnarray (written by
: Johannes Braams), but it can be used together with the LaTeX
: class options leqno and fleqn.