How To Install texlive-tikzlings on Fedora 36

In this tutorial we learn how to install texlive-tikzlings in Fedora 36. texlive-tikzlings is A collection of cute little animals and similar creatures

Introduction

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

What is texlive-tikzlings

A collection of LaTeX packages for drawing cute little animals and similar creatures using TikZ. Currently, the following TikZlings are included elephant hippo koala marmot mole mouse owl panda penguin pig rhino sheep sloth snowman squirrel These little drawings can be customized in many ways.

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

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

sudo dnf -y install texlive-tikzlings

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

sudo yum -y install texlive-tikzlings

How To Uninstall texlive-tikzlings on Fedora 36

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

sudo dnf remove texlive-tikzlings

texlive-tikzlings Package Contents on Fedora 36

/usr/share/licenses/texlive-tikzlings
/usr/share/licenses/texlive-tikzlings/lppl.txt
/usr/share/texlive/texmf-dist/doc/latex/tikzlings
/usr/share/texlive/texmf-dist/doc/latex/tikzlings/README.md
/usr/share/texlive/texmf-dist/doc/latex/tikzlings/tikzlings-doc.pdf
/usr/share/texlive/texmf-dist/doc/latex/tikzlings/tikzlings-doc.tex
/usr/share/texlive/texmf-dist/tex/latex/tikzlings
/usr/share/texlive/texmf-dist/tex/latex/tikzlings/tikzlings-addons.sty
/usr/share/texlive/texmf-dist/tex/latex/tikzlings/tikzlings-anteaters.sty
/usr/share/texlive/texmf-dist/tex/latex/tikzlings/tikzlings-bears.sty
/usr/share/texlive/texmf-dist/tex/latex/tikzlings/tikzlings-bees.sty
/usr/share/texlive/texmf-dist/tex/latex/tikzlings/tikzlings-cats.sty
/usr/share/texlive/texmf-dist/tex/latex/tikzlings/tikzlings-chickens.sty
/usr/share/texlive/texmf-dist/tex/latex/tikzlings/tikzlings-coatis.sty
/usr/share/texlive/texmf-dist/tex/latex/tikzlings/tikzlings-elephants.sty
/usr/share/texlive/texmf-dist/tex/latex/tikzlings/tikzlings-hippos.sty
/usr/share/texlive/texmf-dist/tex/latex/tikzlings/tikzlings-koalas.sty
/usr/share/texlive/texmf-dist/tex/latex/tikzlings/tikzlings-list.sty
/usr/share/texlive/texmf-dist/tex/latex/tikzlings/tikzlings-marmots.sty
/usr/share/texlive/texmf-dist/tex/latex/tikzlings/tikzlings-mice.sty
/usr/share/texlive/texmf-dist/tex/latex/tikzlings/tikzlings-moles.sty
/usr/share/texlive/texmf-dist/tex/latex/tikzlings/tikzlings-owls.sty
/usr/share/texlive/texmf-dist/tex/latex/tikzlings/tikzlings-pandas.sty
/usr/share/texlive/texmf-dist/tex/latex/tikzlings/tikzlings-penguins.sty
/usr/share/texlive/texmf-dist/tex/latex/tikzlings/tikzlings-pigs.sty
/usr/share/texlive/texmf-dist/tex/latex/tikzlings/tikzlings-rhinos.sty
/usr/share/texlive/texmf-dist/tex/latex/tikzlings/tikzlings-sheep.sty
/usr/share/texlive/texmf-dist/tex/latex/tikzlings/tikzlings-sloths.sty
/usr/share/texlive/texmf-dist/tex/latex/tikzlings/tikzlings-snowmen.sty
/usr/share/texlive/texmf-dist/tex/latex/tikzlings/tikzlings-squirrels.sty
/usr/share/texlive/texmf-dist/tex/latex/tikzlings/tikzlings.sty

References

Summary

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