How To Install texlive-versonotes on Fedora 36

In this tutorial we learn how to install texlive-versonotes in Fedora 36. texlive-versonotes is Display brief notes on verso pages

Introduction

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

What is texlive-versonotes

This package allows you to place notes on the verso pages of an otherwise single-sided document. If, in the run of text, you include a call to the macro \versonote{This is a remark}, then that text will be placed on the opposite (ie, ‘verso’) page, lined up with the macro call.

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

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

sudo dnf -y install texlive-versonotes

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

sudo yum -y install texlive-versonotes

How To Uninstall texlive-versonotes on Fedora 36

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

sudo dnf remove texlive-versonotes

texlive-versonotes Package Contents on Fedora 36

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

References

Summary

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