How to Install and Uninstall texlive-threeparttable.noarch Package on CentOS 8 / RHEL 8

Last updated: May 18,2024

1. Install "texlive-threeparttable.noarch" package

In this section, we are going to explain the necessary steps to install texlive-threeparttable.noarch on CentOS 8 / RHEL 8

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

2. Uninstall "texlive-threeparttable.noarch" package

Please follow the guidelines below to uninstall texlive-threeparttable.noarch on CentOS 8 / RHEL 8:

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

3. Information about the texlive-threeparttable.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 8:50:45 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : texlive-threeparttable
Epoch : 7
Version : 20180414
Release : 19.el8
Architecture : noarch
Size : 303 k
Source : texlive-20180414-19.el8.src.rpm
Repository : appstream
Summary : Tables with captions and notes all the same width
URL : http://tug.org/texlive/
License : Threeparttable
Description : Provides a scheme for tables that have a structured note
: section, after the caption. This scheme provides an answer to
: the old problem of putting footnotes in tables -- by making
: footnotes entirely unnecessary. Note that a threeparttable is
: not a float of itself; but you can place it in a table or a
: table* environment, if necessary.