How to Install and Uninstall texlive-subfig.noarch Package on Oracle Linux 9

Last updated: July 05,2024

1. Install "texlive-subfig.noarch" package

Here is a brief guide to show you how to install texlive-subfig.noarch on Oracle Linux 9

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

2. Uninstall "texlive-subfig.noarch" package

This guide covers the steps necessary to uninstall texlive-subfig.noarch on Oracle Linux 9:

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

3. Information about the texlive-subfig.noarch package on Oracle Linux 9

Last metadata expiration check: 1:54:25 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : texlive-subfig
Epoch : 9
Version : 20200406
Release : 26.el9_2
Architecture : noarch
Size : 475 k
Source : texlive-20200406-26.el9_2.src.rpm
Repository : ol9_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.