How To Install texlive-tablists on Fedora 36
Introduction
In this tutorial we learn how to install texlive-tablists on Fedora 36.
What is texlive-tablists
This package offers environments and commands for one-level and two-level lists of short items (e.g., exercises in textbooks). The environments support optional arguments of item numbering similar to the enumerate or paralist packages.
We can use yum or dnf to install texlive-tablists on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-tablists.
Install texlive-tablists 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-tablists using dnf by running the following command:
sudo dnf -y install texlive-tablists
Install texlive-tablists 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-tablists using yum by running the following command:
sudo yum -y install texlive-tablists
How To Uninstall texlive-tablists on Fedora 36
To uninstall only the texlive-tablists package we can use the following command:
sudo dnf remove texlive-tablists
texlive-tablists Package Contents on Fedora 36
/usr/share/licenses/texlive-tablists
/usr/share/licenses/texlive-tablists/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/tablists
/usr/share/texlive/texmf-dist/tex/latex/tablists/tablists.sty
References
Summary
In this tutorial we learn how to install texlive-tablists on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).