How To Install texlive-kvsetkeys on Fedora 36

In this tutorial we learn how to install texlive-kvsetkeys in Fedora 36. texlive-kvsetkeys is Key value parser with default handler support

Introduction

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

What is texlive-kvsetkeys

This package provides \kvsetkeys, a variant of package keyval’s \setkeys. It allows the user to specify a handler that deals with unknown options. Active commas and equal signs may be used (e.g. see babel’s shorthands) and only one level of curly braces are removed from the values.

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

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

sudo dnf -y install texlive-kvsetkeys

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

sudo yum -y install texlive-kvsetkeys

How To Uninstall texlive-kvsetkeys on Fedora 36

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

sudo dnf remove texlive-kvsetkeys

texlive-kvsetkeys Package Contents on Fedora 36

/usr/share/licenses/texlive-kvsetkeys
/usr/share/licenses/texlive-kvsetkeys/lppl1.3.txt
/usr/share/texlive/texmf-dist/doc/latex/kvsetkeys
/usr/share/texlive/texmf-dist/doc/latex/kvsetkeys/README.md
/usr/share/texlive/texmf-dist/doc/latex/kvsetkeys/kvsetkeys-example.tex
/usr/share/texlive/texmf-dist/doc/latex/kvsetkeys/kvsetkeys.pdf
/usr/share/texlive/texmf-dist/tex/generic/kvsetkeys
/usr/share/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty

References

Summary

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