How To Install texlive-context-handlecsv on Fedora 36

In this tutorial we learn how to install texlive-context-handlecsv in Fedora 36. texlive-context-handlecsv is Data merging for automatic document creation

Introduction

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

What is texlive-context-handlecsv

The package handles csv data merging for automatic document creation.

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

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

sudo dnf -y install texlive-context-handlecsv

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

sudo yum -y install texlive-context-handlecsv

How To Uninstall texlive-context-handlecsv on Fedora 36

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

sudo dnf remove texlive-context-handlecsv

texlive-context-handlecsv Package Contents on Fedora 36

/usr/share/licenses/texlive-context-handlecsv
/usr/share/licenses/texlive-context-handlecsv/gpl3.txt
/usr/share/texlive/texmf-dist/doc/context/third/handlecsv
/usr/share/texlive/texmf-dist/doc/context/third/handlecsv/VERSION
/usr/share/texlive/texmf-dist/doc/context/third/handlecsv/handlecsv.epub
/usr/share/texlive/texmf-dist/doc/context/third/handlecsv/handlecsv.pdf
/usr/share/texlive/texmf-dist/tex/context/third/handlecsv
/usr/share/texlive/texmf-dist/tex/context/third/handlecsv/t-handlecsv-extra.lua
/usr/share/texlive/texmf-dist/tex/context/third/handlecsv/t-handlecsv-tools.lua
/usr/share/texlive/texmf-dist/tex/context/third/handlecsv/t-handlecsv.lua
/usr/share/texlive/texmf-dist/tex/context/third/handlecsv/t-handlecsv.tex

References

Summary

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