How To Install texlive-snotez on Fedora 36

In this tutorial we learn how to install texlive-snotez in Fedora 36. texlive-snotez is Typeset notes, in the margin

Introduction

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

What is texlive-snotez

The package provides a macro \sidenote, that places a note in the margin of the document, with its baseline aligned with the baseline in the body of the document. These sidenotes are numbered (both in the text, and on the notes themselves). The package loads the package etoolbox, pgfopts, marginnote and perpage.

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

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

sudo dnf -y install texlive-snotez

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

sudo yum -y install texlive-snotez

How To Uninstall texlive-snotez on Fedora 36

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

sudo dnf remove texlive-snotez

texlive-snotez Package Contents on Fedora 36

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

References

Summary

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