How To Install texlive-xcolor-material on Fedora 36

In this tutorial we learn how to install texlive-xcolor-material in Fedora 36. texlive-xcolor-material is Defines the 256 colors from Google Material Color Palette

Introduction

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

What is texlive-xcolor-material

The package is built on top of the great xcolor package. It provides a useful definition of the beautiful Google Material Color Palette, available at Google Material design, for its use in document writing with LaTeX and Friends.

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

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

sudo dnf -y install texlive-xcolor-material

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

sudo yum -y install texlive-xcolor-material

How To Uninstall texlive-xcolor-material on Fedora 36

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

sudo dnf remove texlive-xcolor-material

texlive-xcolor-material Package Contents on Fedora 36

/usr/share/licenses/texlive-xcolor-material
/usr/share/licenses/texlive-xcolor-material/lppl1.3.txt
/usr/share/texlive/texmf-dist/doc/latex/xcolor-material
/usr/share/texlive/texmf-dist/doc/latex/xcolor-material/README.md
/usr/share/texlive/texmf-dist/doc/latex/xcolor-material/xcolor-material.pdf
/usr/share/texlive/texmf-dist/tex/latex/xcolor-material
/usr/share/texlive/texmf-dist/tex/latex/xcolor-material/xcolor-material.sty

References

Summary

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