How To Install texlive-datax on Fedora 36

In this tutorial we learn how to install texlive-datax in Fedora 36. texlive-datax is Import individual data from script files

Introduction

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

What is texlive-datax

This LaTeX package uses pgfkeys to retrieve individual data points generated in some script. Analogous to how one might generate graphics in a script and import those graphics into a LaTeX document.

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

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

sudo dnf -y install texlive-datax

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

sudo yum -y install texlive-datax

How To Uninstall texlive-datax on Fedora 36

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

sudo dnf remove texlive-datax

texlive-datax Package Contents on Fedora 36

/usr/share/licenses/texlive-datax
/usr/share/licenses/texlive-datax/lppl1.3.txt
/usr/share/texlive/texmf-dist/doc/latex/datax
/usr/share/texlive/texmf-dist/doc/latex/datax/README.md
/usr/share/texlive/texmf-dist/doc/latex/datax/datax-logo.tikz
/usr/share/texlive/texmf-dist/doc/latex/datax/datax.pdf
/usr/share/texlive/texmf-dist/tex/latex/datax
/usr/share/texlive/texmf-dist/tex/latex/datax/datax.sty

References

Summary

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