How To Install texlive-scsnowman on Fedora 36

In this tutorial we learn how to install texlive-scsnowman in Fedora 36. texlive-scsnowman is Snowman variants using TikZ

Introduction

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

What is texlive-scsnowman

This LaTeX package provides a command \scsnowman which can display many variants of “snowman” (“yukidaruma” in Japanese). TikZ is required for drawing these snowmen.

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

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

sudo dnf -y install texlive-scsnowman

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

sudo yum -y install texlive-scsnowman

How To Uninstall texlive-scsnowman on Fedora 36

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

sudo dnf remove texlive-scsnowman

texlive-scsnowman Package Contents on Fedora 36

/usr/share/licenses/texlive-scsnowman
/usr/share/licenses/texlive-scsnowman/bsd.txt
/usr/share/texlive/texmf-dist/doc/latex/scsnowman
/usr/share/texlive/texmf-dist/doc/latex/scsnowman/LICENSE
/usr/share/texlive/texmf-dist/doc/latex/scsnowman/Makefile
/usr/share/texlive/texmf-dist/doc/latex/scsnowman/README.md
/usr/share/texlive/texmf-dist/doc/latex/scsnowman/scsnowman-sample.pdf
/usr/share/texlive/texmf-dist/doc/latex/scsnowman/scsnowman-sample.tex
/usr/share/texlive/texmf-dist/doc/latex/scsnowman/scsnowman-zrtest.pdf
/usr/share/texlive/texmf-dist/doc/latex/scsnowman/scsnowman-zrtest.tex
/usr/share/texlive/texmf-dist/doc/latex/scsnowman/scsnowman.pdf
/usr/share/texlive/texmf-dist/doc/latex/scsnowman/scsnowman.tex
/usr/share/texlive/texmf-dist/tex/latex/scsnowman
/usr/share/texlive/texmf-dist/tex/latex/scsnowman/scsnowman-normal.def
/usr/share/texlive/texmf-dist/tex/latex/scsnowman/scsnowman.sty
/usr/share/texlive/texmf-dist/tex/latex/scsnowman/sctkzsym-base.sty

References

Summary

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