How to Install and Uninstall perl-Graphics-ColorNames.noarch Package on Fedora 38

Last updated: November 29,2024

1. Install "perl-Graphics-ColorNames.noarch" package

This guide let you learn how to install perl-Graphics-ColorNames.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install perl-Graphics-ColorNames.noarch

2. Uninstall "perl-Graphics-ColorNames.noarch" package

Please follow the instructions below to uninstall perl-Graphics-ColorNames.noarch on Fedora 38:

$ sudo dnf remove perl-Graphics-ColorNames.noarch $ sudo dnf autoremove

3. Information about the perl-Graphics-ColorNames.noarch package on Fedora 38

Last metadata expiration check: 5:36:23 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : perl-Graphics-ColorNames
Version : 3.5.0
Release : 13.fc38
Architecture : noarch
Size : 33 k
Source : perl-Graphics-ColorNames-3.5.0-13.fc38.src.rpm
Repository : fedora
Summary : Defines RGB values for common color names
URL : https://metacpan.org/release/Graphics-ColorNames
License : Artistic-2.0
Description : 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.