How To Install texlive-tabstackengine on Fedora 36

In this tutorial we learn how to install texlive-tabstackengine in Fedora 36. texlive-tabstackengine is “Tabbing” front-end to stackengine

Introduction

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

What is texlive-tabstackengine

The package provides a front end to the stackengine package, to allow tabbed stacking. In most cases, an existing stackengine command may be prepended with the word “tabbed”, “align” or “tabular” to create a new tabbed version of a stacking macro. In addition, hooks in the package’s parser, that tabbed strings of data may be parsed, extracted and reconstituted (not requiring use of any stacking constructions).

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

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

sudo dnf -y install texlive-tabstackengine

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

sudo yum -y install texlive-tabstackengine

How To Uninstall texlive-tabstackengine on Fedora 36

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

sudo dnf remove texlive-tabstackengine

texlive-tabstackengine Package Contents on Fedora 36

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

References

Summary

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