How To Install texlive-erw-l3 on Fedora 36

In this tutorial we learn how to install texlive-erw-l3 in Fedora 36. texlive-erw-l3 is Utilities built around expl3

Introduction

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

What is texlive-erw-l3

Features predefined or inline csutil (backend to other packages) numbrdcs sequences built from other control sequences or inline

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

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

sudo dnf -y install texlive-erw-l3

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

sudo yum -y install texlive-erw-l3

How To Uninstall texlive-erw-l3 on Fedora 36

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

sudo dnf remove texlive-erw-l3

texlive-erw-l3 Package Contents on Fedora 36

/usr/share/licenses/texlive-erw-l3
/usr/share/licenses/texlive-erw-l3/lppl.txt
/usr/share/texlive/texmf-dist/doc/latex/erw-l3
/usr/share/texlive/texmf-dist/doc/latex/erw-l3/1343c9c903.tex
/usr/share/texlive/texmf-dist/doc/latex/erw-l3/README.md
/usr/share/texlive/texmf-dist/doc/latex/erw-l3/erw-l3.pdf
/usr/share/texlive/texmf-dist/tex/latex/erw-l3
/usr/share/texlive/texmf-dist/tex/latex/erw-l3/erw-l3.sty

References

Summary

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