How To Install texlive-listofitems on Fedora 36

In this tutorial we learn how to install texlive-listofitems in Fedora 36. texlive-listofitems is Grab items in lists using user-specified sep char

Introduction

In this tutorial we learn how to install texlive-listofitems on Fedora 36.

What is texlive-listofitems

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.

We can use yum or dnf to install texlive-listofitems on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-listofitems.

Install texlive-listofitems on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install texlive-listofitems using dnf by running the following command:

sudo dnf -y install texlive-listofitems

Install texlive-listofitems on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install texlive-listofitems using yum by running the following command:

sudo yum -y install texlive-listofitems

How To Uninstall texlive-listofitems on Fedora 36

To uninstall only the texlive-listofitems package we can use the following command:

sudo dnf remove texlive-listofitems

texlive-listofitems Package Contents on Fedora 36

/usr/share/licenses/texlive-listofitems
/usr/share/licenses/texlive-listofitems/lppl1.3.txt
/usr/share/texlive/texmf-dist/doc/generic/listofitems
/usr/share/texlive/texmf-dist/doc/generic/listofitems/README
/usr/share/texlive/texmf-dist/doc/generic/listofitems/listofitems-en.pdf
/usr/share/texlive/texmf-dist/doc/generic/listofitems/listofitems-en.tex
/usr/share/texlive/texmf-dist/doc/generic/listofitems/listofitems-fr.pdf
/usr/share/texlive/texmf-dist/doc/generic/listofitems/listofitems-fr.tex
/usr/share/texlive/texmf-dist/tex/generic/listofitems
/usr/share/texlive/texmf-dist/tex/generic/listofitems/listofitems.sty
/usr/share/texlive/texmf-dist/tex/generic/listofitems/listofitems.tex
/usr/share/texlive/texmf-dist/tex/generic/listofitems/listofitemsold.tex

References

Summary

In this tutorial we learn how to install texlive-listofitems on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).