How To Install texlive-coloring on Fedora 36
Introduction
In this tutorial we learn how to install texlive-coloring on Fedora 36.
What is texlive-coloring
This package makes it possible to define colors automatically by their names. This can be useful in drawing TikZ pictures and designing beamer themes. Using the package, you don’t need to write \definecolor before using a color.
We can use yum or dnf to install texlive-coloring on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-coloring.
Install texlive-coloring 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-coloring using dnf by running the following command:
sudo dnf -y install texlive-coloring
Install texlive-coloring 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-coloring using yum by running the following command:
sudo yum -y install texlive-coloring
How To Uninstall texlive-coloring on Fedora 36
To uninstall only the texlive-coloring package we can use the following command:
sudo dnf remove texlive-coloring
texlive-coloring Package Contents on Fedora 36
/usr/share/licenses/texlive-coloring
/usr/share/licenses/texlive-coloring/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/coloring
/usr/share/texlive/texmf-dist/tex/latex/coloring/coloring.sty
References
Summary
In this tutorial we learn how to install texlive-coloring on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).