How To Install texlive-pas-tableur on Fedora 36

In this tutorial we learn how to install texlive-pas-tableur in Fedora 36. texlive-pas-tableur is Create a spreadsheet layout

Introduction

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

What is texlive-pas-tableur

The package provides commands for creating a grid of rectangles, and commands for populating locations in the grid. PGF/TikZ is used for placement and population of the cells.

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

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

sudo dnf -y install texlive-pas-tableur

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

sudo yum -y install texlive-pas-tableur

How To Uninstall texlive-pas-tableur on Fedora 36

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

sudo dnf remove texlive-pas-tableur

texlive-pas-tableur Package Contents on Fedora 36

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

References

Summary

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