How To Install texlive-leftindex on Fedora 36

In this tutorial we learn how to install texlive-leftindex in Fedora 36. texlive-leftindex is Left indices with better spacing

Introduction

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

What is texlive-leftindex

This package provides commands for typesetting left indices. Unlike other similar packages, leftindex also indents the left superscript, providing much better spacing in general.

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

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

sudo dnf -y install texlive-leftindex

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

sudo yum -y install texlive-leftindex

How To Uninstall texlive-leftindex on Fedora 36

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

sudo dnf remove texlive-leftindex

texlive-leftindex Package Contents on Fedora 36

/usr/share/licenses/texlive-leftindex
/usr/share/licenses/texlive-leftindex/lppl1.3c.txt
/usr/share/texlive/texmf-dist/doc/latex/leftindex
/usr/share/texlive/texmf-dist/doc/latex/leftindex/README.md
/usr/share/texlive/texmf-dist/doc/latex/leftindex/leftindex.pdf
/usr/share/texlive/texmf-dist/doc/latex/leftindex/leftindex.tex
/usr/share/texlive/texmf-dist/tex/latex/leftindex
/usr/share/texlive/texmf-dist/tex/latex/leftindex/leftindex.sty

References

Summary

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