How To Install texlive-callouts on Fedora 36

In this tutorial we learn how to install texlive-callouts in Fedora 36. texlive-callouts is Put simple annotations and notes inside a picture

Introduction

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

What is texlive-callouts

The package defines the annotation environment in which callouts, notes, arrows, and the like can be placed to describe certain parts of a picture.

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

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

sudo dnf -y install texlive-callouts

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

sudo yum -y install texlive-callouts

How To Uninstall texlive-callouts on Fedora 36

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

sudo dnf remove texlive-callouts

texlive-callouts Package Contents on Fedora 36

/usr/share/licenses/texlive-callouts
/usr/share/licenses/texlive-callouts/lppl.txt
/usr/share/texlive/texmf-dist/doc/latex/callouts
/usr/share/texlive/texmf-dist/doc/latex/callouts/A319neo.jpg
/usr/share/texlive/texmf-dist/doc/latex/callouts/README.md
/usr/share/texlive/texmf-dist/doc/latex/callouts/callouts.pdf
/usr/share/texlive/texmf-dist/doc/latex/callouts/callouts.tex
/usr/share/texlive/texmf-dist/tex/latex/callouts
/usr/share/texlive/texmf-dist/tex/latex/callouts/callouts.sty

References

Summary

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