How to Install and Uninstall texlive-topiclongtable.noarch Package on Fedora 34

Last updated: October 06,2024

1. Install "texlive-topiclongtable.noarch" package

In this section, we are going to explain the necessary steps to install texlive-topiclongtable.noarch on Fedora 34

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

2. Uninstall "texlive-topiclongtable.noarch" package

This is a short guide on how to uninstall texlive-topiclongtable.noarch on Fedora 34:

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

3. Information about the texlive-topiclongtable.noarch package on Fedora 34

Last metadata expiration check: 5:58:26 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : texlive-topiclongtable
Epoch : 9
Version : svn54758
Release : 39.fc34
Architecture : noarch
Size : 386 k
Source : texlive-2020-39.fc34.src.rpm
Repository : updates
Summary : Extend longtable with cells that merge hierarchically
URL : http://tug.org/texlive/
License : MIT
Description : This LaTeX package extends longtable implementing cells that:
: merge with the one above if it has the same content, do not
: merge with the one above unless the ones on the left are
: merged, are well behaved with respect to longtable chunking on
: page breaks, and automatically draw the correct separation
: lines. The typical use case is a table spanning multiple pages
: that contains a list of hierarchically organized topics (hence
: the package name). The package depends on array, expl3,
: longtable, multirow, xparse, and zref-abspage.