How To Install texlive-withargs on Fedora 36

In this tutorial we learn how to install texlive-withargs in Fedora 36. texlive-withargs is In-place argument substitution

Introduction

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

What is texlive-withargs

The \withargs command provides a clean way to populate a template (containing #1, #2, etc.) using LaTeX argument substitution. It also allows you to carefully control argument expansion using a LaTeX3-style argument specification. Uses range from creating readable string templates (akin to C’s printf function) to performing otherwise complex token-list manipulation.

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

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

sudo dnf -y install texlive-withargs

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

sudo yum -y install texlive-withargs

How To Uninstall texlive-withargs on Fedora 36

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

sudo dnf remove texlive-withargs

texlive-withargs Package Contents on Fedora 36

/usr/share/licenses/texlive-withargs
/usr/share/licenses/texlive-withargs/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/withargs
/usr/share/texlive/texmf-dist/tex/latex/withargs/withargs-dry.sty
/usr/share/texlive/texmf-dist/tex/latex/withargs/withargs-packagedoc.cls
/usr/share/texlive/texmf-dist/tex/latex/withargs/withargs.sty

References

Summary

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