How To Install texlive-memorygraphs on Fedora 36

In this tutorial we learn how to install texlive-memorygraphs in Fedora 36. texlive-memorygraphs is TikZ styles to typeset graphs of program memory

Introduction

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

What is texlive-memorygraphs

This package defines some TikZ styles and adds anchors to existing styles that ease the declaration of “memory graphs”. It is intended for graphs that represent the memory of a computer program during its execution.

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

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

sudo dnf -y install texlive-memorygraphs

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

sudo yum -y install texlive-memorygraphs

How To Uninstall texlive-memorygraphs on Fedora 36

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

sudo dnf remove texlive-memorygraphs

texlive-memorygraphs Package Contents on Fedora 36

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

References

Summary

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