How To Install texlive-pgfopts on Fedora 36

In this tutorial we learn how to install texlive-pgfopts in Fedora 36. texlive-pgfopts is LaTeX package options with pgfkeys

Introduction

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

What is texlive-pgfopts

The pgfkeys package (part of the pgf distribution) is a well- designed way of defining and using large numbers of keys for key-value syntaxes. However, pgfkeys itself does not offer means of handling LaTeX class and package options. This package adds such option handling to pgfkeys, in the same way that kvoptions adds the same facility to the LaTeX standard keyval package.

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

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

sudo dnf -y install texlive-pgfopts

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

sudo yum -y install texlive-pgfopts

How To Uninstall texlive-pgfopts on Fedora 36

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

sudo dnf remove texlive-pgfopts

texlive-pgfopts Package Contents on Fedora 36

/usr/share/licenses/texlive-pgfopts
/usr/share/licenses/texlive-pgfopts/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/pgfopts
/usr/share/texlive/texmf-dist/tex/latex/pgfopts/pgfopts.sty

References

Summary

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