How To Install perl-Color-Calc on Fedora 36

In this tutorial we learn how to install perl-Color-Calc in Fedora 36. perl-Color-Calc is Simple calculations with RGB colors

Introduction

In this tutorial we learn how to install perl-Color-Calc on Fedora 36.

What is perl-Color-Calc

The Color can be used to create a full color scheme from a few colors.

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

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

sudo dnf -y install perl-Color-Calc

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

sudo yum -y install perl-Color-Calc

How To Uninstall perl-Color-Calc on Fedora 36

To uninstall only the perl-Color-Calc package we can use the following command:

sudo dnf remove perl-Color-Calc

perl-Color-Calc Package Contents on Fedora 36

/usr/share/doc/perl-Color-Calc
/usr/share/doc/perl-Color-Calc/Changes
/usr/share/doc/perl-Color-Calc/README
/usr/share/licenses/perl-Color-Calc
/usr/share/licenses/perl-Color-Calc/LICENSE
/usr/share/man/man3/Color::Calc.3pm.gz
/usr/share/man/man3/Color::Calc::WWW.3pm.gz
/usr/share/perl5/vendor_perl/Color
/usr/share/perl5/vendor_perl/Color/Calc
/usr/share/perl5/vendor_perl/Color/Calc.pm
/usr/share/perl5/vendor_perl/Color/Calc/WWW.pm

References

Summary

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