How To Install texlive-pgf-cmykshadings on Fedora 36

In this tutorial we learn how to install texlive-pgf-cmykshadings in Fedora 36. texlive-pgf-cmykshadings is Support for CMYK and grayscale shadings in PGF/TikZ

Introduction

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

What is texlive-pgf-cmykshadings

This package provides support for CMYK and grayscale shadings for the pgf package. By default pgf only supports RGB shadings. The package attempts to produce shadings consistent with the currently selected xcolor colour model. The rgb, cmyk, and gray colour models from the xcolor package are supported. Note package is deprecated since pgf version 3.1.3, since CMYK and grayscale shadings are now directly supported.

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

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

sudo dnf -y install texlive-pgf-cmykshadings

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

sudo yum -y install texlive-pgf-cmykshadings

How To Uninstall texlive-pgf-cmykshadings on Fedora 36

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

sudo dnf remove texlive-pgf-cmykshadings

texlive-pgf-cmykshadings Package Contents on Fedora 36

/usr/share/licenses/texlive-pgf-cmykshadings
/usr/share/licenses/texlive-pgf-cmykshadings/lppl.txt
/usr/share/texlive/texmf-dist/doc/latex/pgf-cmykshadings
/usr/share/texlive/texmf-dist/doc/latex/pgf-cmykshadings/README.md
/usr/share/texlive/texmf-dist/doc/latex/pgf-cmykshadings/pgf-cmykshadings.pdf
/usr/share/texlive/texmf-dist/tex/latex/pgf-cmykshadings
/usr/share/texlive/texmf-dist/tex/latex/pgf-cmykshadings/pgf-cmykshadings.sty
/usr/share/texlive/texmf-dist/tex/latex/pgf-cmykshadings/pgfsys-cmykshadings-common-postscript.def
/usr/share/texlive/texmf-dist/tex/latex/pgf-cmykshadings/pgfsys-cmykshadings-dvipdfm.def
/usr/share/texlive/texmf-dist/tex/latex/pgf-cmykshadings/pgfsys-cmykshadings-dvipdfmx.def
/usr/share/texlive/texmf-dist/tex/latex/pgf-cmykshadings/pgfsys-cmykshadings-dvips.def
/usr/share/texlive/texmf-dist/tex/latex/pgf-cmykshadings/pgfsys-cmykshadings-luatex.def
/usr/share/texlive/texmf-dist/tex/latex/pgf-cmykshadings/pgfsys-cmykshadings-pdftex.def
/usr/share/texlive/texmf-dist/tex/latex/pgf-cmykshadings/pgfsys-cmykshadings-textures.def
/usr/share/texlive/texmf-dist/tex/latex/pgf-cmykshadings/pgfsys-cmykshadings-vtex.def
/usr/share/texlive/texmf-dist/tex/latex/pgf-cmykshadings/pgfsys-cmykshadings-xetex.def

References

Summary

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