How To Install texlive-mattens on Fedora 36

In this tutorial we learn how to install texlive-mattens in Fedora 36. texlive-mattens is Matrices/tensor typesetting

Introduction

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

What is texlive-mattens

The mattens package contains the definitions to typeset matrices, vectors and tensors as used in the engineering community for the representation of common vectors and tensors such as forces, velocities, moments of inertia, etc.

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

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

sudo dnf -y install texlive-mattens

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

sudo yum -y install texlive-mattens

How To Uninstall texlive-mattens on Fedora 36

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

sudo dnf remove texlive-mattens

texlive-mattens Package Contents on Fedora 36

/usr/share/licenses/texlive-mattens
/usr/share/licenses/texlive-mattens/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/mattens
/usr/share/texlive/texmf-dist/tex/latex/mattens/mattens.sty

References

Summary

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