How to Install and Uninstall texlive-eqparbox.noarch Package on Rocky Linux 8

Last updated: September 21,2024

1. Install "texlive-eqparbox.noarch" package

Please follow the guidance below to install texlive-eqparbox.noarch on Rocky Linux 8

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

2. Uninstall "texlive-eqparbox.noarch" package

Please follow the guidelines below to uninstall texlive-eqparbox.noarch on Rocky Linux 8:

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

3. Information about the texlive-eqparbox.noarch package on Rocky Linux 8

Last metadata expiration check: 1:54:16 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : texlive-eqparbox
Epoch : 7
Version : 20180414
Release : 25.el8
Architecture : noarch
Size : 236 k
Source : texlive-20180414-25.el8.src.rpm
Repository : appstream
Summary : Create equal-widthed parboxes
URL : http://tug.org/texlive/
License : LPPL 1.3
Description : LaTeX users sometimes need to ensure that two or more blocks of
: text occupy the same amount of horizontal space on the page. To
: that end, the eqparbox package defines a new command,
: \eqparbox, which works just like \parbox, except that instead
: of specifying a width, one specifies a tag. All eqparboxes with
: the same tag--regardless of where they are in the document--
: will stretch to fit the widest eqparbox with that tag. This
: simple, equal-width mechanism can be used for a variety of
: alignment purposes, as is evidenced by the examples in
: eqparbox's documentation. Various derivatives of \eqparbox are
: also provided.