How To Install texlive-labels4easylist on Fedora 36

In this tutorial we learn how to install texlive-labels4easylist in Fedora 36. texlive-labels4easylist is Add reference labels to easylist items

Introduction

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

What is texlive-labels4easylist

This package provides the \itemLabel macro for adding configurable reference labels to easylist items.

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

Install texlive-labels4easylist 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-labels4easylist using dnf by running the following command:

sudo dnf -y install texlive-labels4easylist

Install texlive-labels4easylist 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-labels4easylist using yum by running the following command:

sudo yum -y install texlive-labels4easylist

How To Uninstall texlive-labels4easylist on Fedora 36

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

sudo dnf remove texlive-labels4easylist

texlive-labels4easylist Package Contents on Fedora 36

/usr/share/texlive/texmf-dist/doc/latex/labels4easylist
/usr/share/texlive/texmf-dist/doc/latex/labels4easylist/README
/usr/share/texlive/texmf-dist/doc/latex/labels4easylist/labels4easylist.pdf
/usr/share/texlive/texmf-dist/doc/latex/labels4easylist/labels4easylist.tex
/usr/share/texlive/texmf-dist/tex/latex/labels4easylist
/usr/share/texlive/texmf-dist/tex/latex/labels4easylist/labels4easylist.sty

References

Summary

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