How To Install perl-Graphics-ColorUtils on Fedora 36

In this tutorial we learn how to install perl-Graphics-ColorUtils in Fedora 36. perl-Graphics-ColorUtils is Easy-to-use color space conversions and more

Introduction

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

What is perl-Graphics-ColorUtils

This modules provides some utility functions to handle colors and color space conversions. The interface has been kept simple, so that most functions can be called “inline” when making calls to graphics libraries such as GD, Tk, or when generating HTML/CSS.

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

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

sudo dnf -y install perl-Graphics-ColorUtils

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

sudo yum -y install perl-Graphics-ColorUtils

How To Uninstall perl-Graphics-ColorUtils on Fedora 36

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

sudo dnf remove perl-Graphics-ColorUtils

perl-Graphics-ColorUtils Package Contents on Fedora 36

/usr/share/doc/perl-Graphics-ColorUtils
/usr/share/doc/perl-Graphics-ColorUtils/Changes
/usr/share/doc/perl-Graphics-ColorUtils/README
/usr/share/man/man3/Graphics::ColorUtils.3pm.gz
/usr/share/perl5/vendor_perl/Graphics
/usr/share/perl5/vendor_perl/Graphics/ColorUtils.pm

References

Summary

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