How To Install perl-Graphics-ColorNames on Fedora 36

In this tutorial we learn how to install perl-Graphics-ColorNames in Fedora 36. perl-Graphics-ColorNames is Defines RGB values for common color names

Introduction

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

What is perl-Graphics-ColorNames

This module provides a common interface for obtaining the RGB values of colors by standard names. The intention is to (1) provide a common module that authors can use with other modules to specify colors by name; and (2) free module authors from having to “re-invent the wheel” whenever they decide to give the users the option of specifying a color by name rather than RGB value.

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

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

sudo dnf -y install perl-Graphics-ColorNames

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

sudo yum -y install perl-Graphics-ColorNames

How To Uninstall perl-Graphics-ColorNames on Fedora 36

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

sudo dnf remove perl-Graphics-ColorNames

perl-Graphics-ColorNames Package Contents on Fedora 36

/usr/share/doc/perl-Graphics-ColorNames
/usr/share/doc/perl-Graphics-ColorNames/Changes
/usr/share/doc/perl-Graphics-ColorNames/README.md
/usr/share/licenses/perl-Graphics-ColorNames
/usr/share/licenses/perl-Graphics-ColorNames/LICENSE
/usr/share/man/man3/Graphics::ColorNames.3pm.gz
/usr/share/man/man3/Graphics::ColorNames::X.3pm.gz
/usr/share/perl5/vendor_perl/Graphics
/usr/share/perl5/vendor_perl/Graphics/ColorNames
/usr/share/perl5/vendor_perl/Graphics/ColorNames.pm
/usr/share/perl5/vendor_perl/Graphics/ColorNames/X.pm

References

Summary

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