How To Install texlive-matrix-skeleton on Fedora 36

In this tutorial we learn how to install texlive-matrix-skeleton in Fedora 36. texlive-matrix-skeleton is A PGF/TikZ library that simplifies working with multiple matrix nodes

Introduction

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

What is texlive-matrix-skeleton

The package provides a PGF/TikZ library that simplifies working with multiple matrix nodes. To do so, it correctly aligns groups of nodes with the content of the whole matrix. Furthermore, matrix.skeleton provides rows and columns for easy styling.

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

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

sudo dnf -y install texlive-matrix-skeleton

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

sudo yum -y install texlive-matrix-skeleton

How To Uninstall texlive-matrix-skeleton on Fedora 36

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

sudo dnf remove texlive-matrix-skeleton

texlive-matrix-skeleton Package Contents on Fedora 36

/usr/share/texlive/texmf-dist/doc/latex/matrix-skeleton
/usr/share/texlive/texmf-dist/doc/latex/matrix-skeleton/LICENSE
/usr/share/texlive/texmf-dist/doc/latex/matrix-skeleton/README.md
/usr/share/texlive/texmf-dist/doc/latex/matrix-skeleton/example.pdf
/usr/share/texlive/texmf-dist/doc/latex/matrix-skeleton/example.tex
/usr/share/texlive/texmf-dist/doc/latex/matrix-skeleton/manual.pdf
/usr/share/texlive/texmf-dist/doc/latex/matrix-skeleton/manual.tex
/usr/share/texlive/texmf-dist/tex/latex/matrix-skeleton
/usr/share/texlive/texmf-dist/tex/latex/matrix-skeleton/pgflibrarymatrix.skeleton.code.tex
/usr/share/texlive/texmf-dist/tex/latex/matrix-skeleton/tikzlibrarymatrix.skeleton.code.tex

References

Summary

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