How To Install texlive-tikz-imagelabels on Fedora 36

In this tutorial we learn how to install texlive-tikz-imagelabels in Fedora 36. texlive-tikz-imagelabels is Put labels on images using TikZ

Introduction

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

What is texlive-tikz-imagelabels

This package allows to add label texts to an existing image with the aid of TikZ. This may be used to label certain features in an image.

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

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

sudo dnf -y install texlive-tikz-imagelabels

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

sudo yum -y install texlive-tikz-imagelabels

How To Uninstall texlive-tikz-imagelabels on Fedora 36

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

sudo dnf remove texlive-tikz-imagelabels

texlive-tikz-imagelabels Package Contents on Fedora 36

/usr/share/licenses/texlive-tikz-imagelabels
/usr/share/licenses/texlive-tikz-imagelabels/lppl.txt
/usr/share/texlive/texmf-dist/doc/latex/tikz-imagelabels
/usr/share/texlive/texmf-dist/doc/latex/tikz-imagelabels/README.md
/usr/share/texlive/texmf-dist/doc/latex/tikz-imagelabels/pleiades.jpg
/usr/share/texlive/texmf-dist/doc/latex/tikz-imagelabels/tikz-imagelabels.pdf
/usr/share/texlive/texmf-dist/tex/latex/tikz-imagelabels
/usr/share/texlive/texmf-dist/tex/latex/tikz-imagelabels/tikz-imagelabels.sty

References

Summary

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