How To Install texlive-varsfromjobname on Fedora 36

In this tutorial we learn how to install texlive-varsfromjobname in Fedora 36. texlive-varsfromjobname is Extract variables from the name of the LaTeX file

Introduction

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

What is texlive-varsfromjobname

The package allows the user to extract information from the job name, provided that the name has been structured appropriately the package expects the file name to consist of a set of words separated by hyphens.

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

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

sudo dnf -y install texlive-varsfromjobname

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

sudo yum -y install texlive-varsfromjobname

How To Uninstall texlive-varsfromjobname on Fedora 36

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

sudo dnf remove texlive-varsfromjobname

texlive-varsfromjobname Package Contents on Fedora 36

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

References

Summary

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