How To Install perl-Graphics-ColorNames-WWW on Fedora 36

In this tutorial we learn how to install perl-Graphics-ColorNames-WWW in Fedora 36. perl-Graphics-ColorNames-WWW is WWW color names and equivalent RGB values

Introduction

In this tutorial we learn how to install perl-Graphics-ColorNames-WWW on Fedora 36.

What is perl-Graphics-ColorNames-WWW

This modules defines color names and their associated RGB values from various WWW specifications and implementations.

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

Install perl-Graphics-ColorNames-WWW 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 perl-Graphics-ColorNames-WWW using dnf by running the following command:

sudo dnf -y install perl-Graphics-ColorNames-WWW

Install perl-Graphics-ColorNames-WWW 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 perl-Graphics-ColorNames-WWW using yum by running the following command:

sudo yum -y install perl-Graphics-ColorNames-WWW

How To Uninstall perl-Graphics-ColorNames-WWW on Fedora 36

To uninstall only the perl-Graphics-ColorNames-WWW package we can use the following command:

sudo dnf remove perl-Graphics-ColorNames-WWW

perl-Graphics-ColorNames-WWW Package Contents on Fedora 36

/usr/share/man/man3/Graphics::ColorNames::CSS.3pm.gz
/usr/share/man/man3/Graphics::ColorNames::IE.3pm.gz
/usr/share/man/man3/Graphics::ColorNames::SVG.3pm.gz
/usr/share/man/man3/Graphics::ColorNames::WWW.3pm.gz
/usr/share/perl5/vendor_perl/Graphics
/usr/share/perl5/vendor_perl/Graphics/ColorNames
/usr/share/perl5/vendor_perl/Graphics/ColorNames/CSS.pm
/usr/share/perl5/vendor_perl/Graphics/ColorNames/IE.pm
/usr/share/perl5/vendor_perl/Graphics/ColorNames/SVG.pm
/usr/share/perl5/vendor_perl/Graphics/ColorNames/WWW.pm

References

Summary

In this tutorial we learn how to install perl-Graphics-ColorNames-WWW on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).