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

Last updated: February 12,2025

1. Install "texlive-listofitems.noarch" package

This guide covers the steps necessary to install texlive-listofitems.noarch on Fedora 35

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

2. Uninstall "texlive-listofitems.noarch" package

Please follow the instructions below to uninstall texlive-listofitems.noarch on Fedora 35:

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

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

Last metadata expiration check: 3:57:08 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : texlive-listofitems
Epoch : 9
Version : svn51923
Release : 48.fc35
Architecture : noarch
Size : 809 k
Source : texlive-2021-48.fc35.src.rpm
Repository : updates
Summary : Grab items in lists using user-specified sep char
URL : http://tug.org/texlive/
License : LPPL
Description : This simple package is designed to read a list of items whose
: parsing character may be selected by the user. Once the list is
: read, its items are stored in a structure that behaves as a
: dimensioned array. As such, it becomes very easy to access an
: item in the list by its number. For example, if the list is
: stored in the macro \foo, the item #3 is designated by \foo[3].
: A component may, in turn, be a list with a parsing delimiter
: different from the parent list, paving the way for nesting and
: employing a syntax reminiscent of an array of several
: dimensions of the type \foo[3,2] to access the item #2 of the
: list contained within the item #3 of the top-tier list.