How To Install texlive-nicefilelist on Fedora 36

In this tutorial we learn how to install texlive-nicefilelist in Fedora 36. texlive-nicefilelist is Provide \listfiles alignment

Introduction

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

What is texlive-nicefilelist

The package extends longnamefilelist, keeping separate columns for date, version and “caption” (the caption now separately listed). Alignment is not disturbed by short file name extensions, such as “.fd”. The package is not compatible with longnamefilelist

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

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

sudo dnf -y install texlive-nicefilelist

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

sudo yum -y install texlive-nicefilelist

How To Uninstall texlive-nicefilelist on Fedora 36

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

sudo dnf remove texlive-nicefilelist

texlive-nicefilelist Package Contents on Fedora 36

/usr/share/licenses/texlive-nicefilelist
/usr/share/licenses/texlive-nicefilelist/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/nicefilelist
/usr/share/texlive/texmf-dist/tex/latex/nicefilelist/nicefilelist.RLS
/usr/share/texlive/texmf-dist/tex/latex/nicefilelist/nicefilelist.sty

References

Summary

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