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

Last updated: November 29,2024

1. Install "texlive-subeqn.noarch" package

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

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

2. Uninstall "texlive-subeqn.noarch" package

This tutorial shows how to uninstall texlive-subeqn.noarch on Fedora 39:

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

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

Last metadata expiration check: 3:18:42 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : texlive-subeqn
Epoch : 11
Version : svn15878.2.0b
Release : 69.fc39
Architecture : noarch
Size : 16 k
Source : texlive-2023-69.fc39.src.rpm
Repository : fedora
Summary : Package for subequation numbering
URL : http://tug.org/texlive/
License : LPPL-1.3c
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.