How To Install texlive-xcolor-solarized on Fedora 36

In this tutorial we learn how to install texlive-xcolor-solarized in Fedora 36. texlive-xcolor-solarized is Defines the 16 colors from Ethan Schoonover’s Solarized palette

Introduction

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

What is texlive-xcolor-solarized

Built on top of the package, this package defines the sixteen colors of Ethan Schoonover’s popular color palette, Solarized, for use in documents typeset with LaTeX and Friends.

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

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

sudo dnf -y install texlive-xcolor-solarized

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

sudo yum -y install texlive-xcolor-solarized

How To Uninstall texlive-xcolor-solarized on Fedora 36

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

sudo dnf remove texlive-xcolor-solarized

texlive-xcolor-solarized Package Contents on Fedora 36

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

References

Summary

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