How To Install texlive-kvoptions on Fedora 36

In this tutorial we learn how to install texlive-kvoptions in Fedora 36. texlive-kvoptions is Key value format for package options

Introduction

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

What is texlive-kvoptions

This package offers support for package authors who want to use options in key-value format for their package options.

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

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

sudo dnf -y install texlive-kvoptions

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

sudo yum -y install texlive-kvoptions

How To Uninstall texlive-kvoptions on Fedora 36

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

sudo dnf remove texlive-kvoptions

texlive-kvoptions Package Contents on Fedora 36

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

References

Summary

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