How To Install texlive-sidenotes on Fedora 36

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

Introduction

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

What is texlive-sidenotes

The package allows typesetting of texts with notes, figures, citations, captions and tables in the margin. This is common (for example) in science text books.

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

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

sudo dnf -y install texlive-sidenotes

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

sudo yum -y install texlive-sidenotes

How To Uninstall texlive-sidenotes on Fedora 36

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

sudo dnf remove texlive-sidenotes

texlive-sidenotes Package Contents on Fedora 36

/usr/share/licenses/texlive-sidenotes
/usr/share/licenses/texlive-sidenotes/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/sidenotes
/usr/share/texlive/texmf-dist/tex/latex/sidenotes/caesar_book.cls
/usr/share/texlive/texmf-dist/tex/latex/sidenotes/sidenotes.sty

References

Summary

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