How To Install texlive-longnamefilelist on Fedora 36

In this tutorial we learn how to install texlive-longnamefilelist in Fedora 36. texlive-longnamefilelist is Tidy \listfiles with long file names

Introduction

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

What is texlive-longnamefilelist

The package equips LaTeX’s \listfiles command with an optional argument for the number of characters in the longest base filename. This way you get a neatly aligned file list even when it contains files whose base names have more than 8 characters. The package can be combined with the myfilist package as explained in the documentation.

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

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

sudo dnf -y install texlive-longnamefilelist

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

sudo yum -y install texlive-longnamefilelist

How To Uninstall texlive-longnamefilelist on Fedora 36

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

sudo dnf remove texlive-longnamefilelist

texlive-longnamefilelist Package Contents on Fedora 36

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

References

Summary

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