How To Install texlive-decision-table on Fedora 36

In this tutorial we learn how to install texlive-decision-table in Fedora 36. texlive-decision-table is An easy way to create Decision Model and Notation decision tables

Introduction

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

What is texlive-decision-table

The decision-table package allows for an easy way to generate decision tables in the Decision Model and Notation (DMN) format. This package ensures consistency in the tables (i.e. fontsize), and is thus a better alternative to inserting tables via images. The decision-table package adds the \dmntable command, with which tables can be created. This command expands into a tabular, so it can be used within a table or figure environment. Furthermore, this allows labels and captions to be added seamlessly. It is also possible to place multiple DMN tables in one table/figure environment. The package relies on nicematrix and l3keys2e.

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

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

sudo dnf -y install texlive-decision-table

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

sudo yum -y install texlive-decision-table

How To Uninstall texlive-decision-table on Fedora 36

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

sudo dnf remove texlive-decision-table

texlive-decision-table Package Contents on Fedora 36

/usr/share/licenses/texlive-decision-table
/usr/share/licenses/texlive-decision-table/lppl1.3c.txt
/usr/share/texlive/texmf-dist/doc/latex/decision-table
/usr/share/texlive/texmf-dist/doc/latex/decision-table/README
/usr/share/texlive/texmf-dist/doc/latex/decision-table/decision-table.pdf
/usr/share/texlive/texmf-dist/tex/latex/decision-table
/usr/share/texlive/texmf-dist/tex/latex/decision-table/decision-table.sty

References

Summary

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