How To Install texlive-williams on Fedora 36

In this tutorial we learn how to install texlive-williams in Fedora 36. texlive-williams is Miscellaneous macros by Peter Williams

Introduction

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

What is texlive-williams

The bundle provides two packages macros for annotated node trees, and - toklist, which is an implementation of Knuth’s token list macros, to be found on pp.378-379 of the TeXbook.

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

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

sudo dnf -y install texlive-williams

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

sudo yum -y install texlive-williams

How To Uninstall texlive-williams on Fedora 36

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

sudo dnf remove texlive-williams

texlive-williams Package Contents on Fedora 36

/usr/share/licenses/texlive-williams
/usr/share/licenses/texlive-williams/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/williams
/usr/share/texlive/texmf-dist/tex/latex/williams/antree.sty
/usr/share/texlive/texmf-dist/tex/latex/williams/toklist.sty

References

Summary

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