How to Install and Uninstall texlive-datatool.noarch Package on Fedora 35

Last updated: November 28,2024

1. Install "texlive-datatool.noarch" package

Please follow the step by step instructions below to install texlive-datatool.noarch on Fedora 35

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

2. Uninstall "texlive-datatool.noarch" package

Learn how to uninstall texlive-datatool.noarch on Fedora 35:

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

3. Information about the texlive-datatool.noarch package on Fedora 35

Last metadata expiration check: 2:07:40 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : texlive-datatool
Epoch : 9
Version : svn52663
Release : 48.fc35
Architecture : noarch
Size : 76 k
Source : texlive-2021-48.fc35.src.rpm
Repository : updates
Summary : Tools to load and manipulate data
URL : http://tug.org/texlive/
License : LPPL 1.3
Description : The tools comprise six packages: datatool.sty: databases may be
: created using LaTeX commands or by importing external files;
: they may be sorted numerically or alphabetically; repetitive
: operations (such as mail merging) may be performed on each row
: of a database, subject to conditions to exclude particular
: rows; commands are provided to examine database elements, and
: to convert formats (for example, to convert a numeric element
: to a format compatible with the fp package; datapie.sty: a
: database may be represented as a pie chart; flexible options
: allow colouring of the chart, and annotation hooks are
: available; dataplot.sty: a database may be represented as a 2-
: dimensional scatter or line plot; flexible options control of
: the plot's overall appearance, and of legends and other extra
: information; databar.sty: a database may be represented as a
: bar chart; overall appearance, colouring and annotation are
: controllable; datagidx.sty: provides a way of indexing or
: creating glossaries/lists of acronyms that uses TeX to do the
: sorting and collating instead of using an external indexing
: application, such as xindy or makeindex; databib.sty: a
: bibliography may be loaded into a datatool database, and
: manipulated there before being printed (this permits a LaTeX-
: based route to printing bibliographies in formats for which no
: BibTeX style is available); and person.sty: provides support
: for displaying a person's name and pronoun in a document, thus
: avoiding cumbersome use of "he/she", etc. The drawing packages
: make use of PGF/TikZ for their output. The bundle supersedes
: and replaces the author's csvtools bundle.