How To Install texlive-coollist on Fedora 36
Introduction
In this tutorial we learn how to install texlive-coollist on Fedora 36.
What is texlive-coollist
Lists are defined as a sequence of tokens separated by a comma. The coollist package allows the user to access certain elements of the list while neglecting others–essentially turning lists into a sort of array. List elements are accessed by specifying the position of the object within the list (the index of the item).
We can use yum or dnf to install texlive-coollist on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-coollist.
Install texlive-coollist 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-coollist using dnf by running the following command:
sudo dnf -y install texlive-coollist
Install texlive-coollist 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-coollist using yum by running the following command:
sudo yum -y install texlive-coollist
How To Uninstall texlive-coollist on Fedora 36
To uninstall only the texlive-coollist package we can use the following command:
sudo dnf remove texlive-coollist
texlive-coollist Package Contents on Fedora 36
/usr/share/licenses/texlive-coollist
/usr/share/licenses/texlive-coollist/lgpl2.1.txt
/usr/share/texlive/texmf-dist/tex/latex/coollist
/usr/share/texlive/texmf-dist/tex/latex/coollist/coollist.sty
References
Summary
In this tutorial we learn how to install texlive-coollist on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).