How To Install texlive-tikzcodeblocks on Fedora 36

In this tutorial we learn how to install texlive-tikzcodeblocks in Fedora 36. texlive-tikzcodeblocks is Helps to draw codeblocks like scratch, NEPO and PXT in TikZ

Introduction

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

What is texlive-tikzcodeblocks

tikzcodeblocks is a LaTeX package for typesetting blockwise graphic programming languages like scratch, nepo or pxt.

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

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

sudo dnf -y install texlive-tikzcodeblocks

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

sudo yum -y install texlive-tikzcodeblocks

How To Uninstall texlive-tikzcodeblocks on Fedora 36

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

sudo dnf remove texlive-tikzcodeblocks

texlive-tikzcodeblocks Package Contents on Fedora 36

/usr/share/licenses/texlive-tikzcodeblocks
/usr/share/licenses/texlive-tikzcodeblocks/lppl1.3.txt
/usr/share/texlive/texmf-dist/doc/latex/tikzcodeblocks
/usr/share/texlive/texmf-dist/doc/latex/tikzcodeblocks/README.md
/usr/share/texlive/texmf-dist/doc/latex/tikzcodeblocks/examples
/usr/share/texlive/texmf-dist/doc/latex/tikzcodeblocks/examples/bsp-einruecken.tikz
/usr/share/texlive/texmf-dist/doc/latex/tikzcodeblocks/examples/bsp-english.tikz
/usr/share/texlive/texmf-dist/doc/latex/tikzcodeblocks/examples/bsp-hello-world.tikz
/usr/share/texlive/texmf-dist/doc/latex/tikzcodeblocks/examples/bsp-openroberta-umgebung.tikz
/usr/share/texlive/texmf-dist/doc/latex/tikzcodeblocks/examples/bsp-openroberta-zacken.tikz
/usr/share/texlive/texmf-dist/doc/latex/tikzcodeblocks/examples/bsp-start-roberta.tikz
/usr/share/texlive/texmf-dist/doc/latex/tikzcodeblocks/examples/bsp-start.tikz
/usr/share/texlive/texmf-dist/doc/latex/tikzcodeblocks/examples/bsp-verschachtelt-zacken.tikz
/usr/share/texlive/texmf-dist/doc/latex/tikzcodeblocks/examples/bsp-verzweigung.tikz
/usr/share/texlive/texmf-dist/doc/latex/tikzcodeblocks/examples/smarthome.tikz
/usr/share/texlive/texmf-dist/doc/latex/tikzcodeblocks/tikzcodeblocks-documentation.pdf
/usr/share/texlive/texmf-dist/doc/latex/tikzcodeblocks/tikzcodeblocks-documentation.tex
/usr/share/texlive/texmf-dist/tex/latex/tikzcodeblocks
/usr/share/texlive/texmf-dist/tex/latex/tikzcodeblocks/tikzcodeblocks.sty

References

Summary

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