How to Install and Uninstall texlive-subfig.noarch Package on CentOS Stream 8

Last updated: May 17,2024

1. Install "texlive-subfig.noarch" package

Please follow the instructions below to install texlive-subfig.noarch on CentOS Stream 8

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

2. Uninstall "texlive-subfig.noarch" package

Please follow the guidance below to uninstall texlive-subfig.noarch on CentOS Stream 8:

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

3. Information about the texlive-subfig.noarch package on CentOS Stream 8

Last metadata expiration check: 1:37:21 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : texlive-subfig
Epoch : 7
Version : 20180414
Release : 29.el8
Architecture : noarch
Size : 482 k
Source : texlive-20180414-29.el8.src.rpm
Repository : appstream
Summary : Figures broken into subfigures
URL : http://tug.org/texlive/
License : LPPL
Description : The package provides support for the manipulation and reference
: of small or 'sub' figures and tables within a single figure or
: table environment. It is convenient to use this package when
: your subfigures are to be separately captioned, referenced, or
: are to be included in the List-of-Figures. A new \subfigure
: command is introduced which can be used inside a figure
: environment for each subfigure. An optional first argument is
: used as the caption for that subfigure. This package supersedes
: the subfigure package (which will continue to be supported, but
: no longer maintained). The name has changed because the subfig
: package is not completely backward compatible with the older
: subfigure package due to an extensive rewrite to use the new
: caption package to produce its subcaptions. The major advantage
: to the new package is that the user interface is keyword/value
: driven and easier to use. To ease the transition from the
: subfigure package it includes a configuration file (subfig.cfg)
: which nearly emulates the subfigure package.