How To Install texlive-svgcolor on Fedora 36
Introduction
In this tutorial we learn how to install texlive-svgcolor on Fedora 36.
What is texlive-svgcolor
The package defines the W3C Scalable Vector Graphics (SVG) colour names for use with both the color and PSTricks packages.
We can use yum or dnf to install texlive-svgcolor on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-svgcolor.
Install texlive-svgcolor 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-svgcolor using dnf by running the following command:
sudo dnf -y install texlive-svgcolor
Install texlive-svgcolor 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-svgcolor using yum by running the following command:
sudo yum -y install texlive-svgcolor
How To Uninstall texlive-svgcolor on Fedora 36
To uninstall only the texlive-svgcolor package we can use the following command:
sudo dnf remove texlive-svgcolor
texlive-svgcolor Package Contents on Fedora 36
/usr/share/licenses/texlive-svgcolor
/usr/share/licenses/texlive-svgcolor/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/svgcolor
/usr/share/texlive/texmf-dist/tex/latex/svgcolor/svgcolor.sty
References
Summary
In this tutorial we learn how to install texlive-svgcolor on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).