How to Install and Uninstall python3-colour.noarch Package on CentOS Stream 8

Last updated: October 05,2024

1. Install "python3-colour.noarch" package

Here is a brief guide to show you how to install python3-colour.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install python3-colour.noarch

2. Uninstall "python3-colour.noarch" package

Here is a brief guide to show you how to uninstall python3-colour.noarch on CentOS Stream 8:

$ sudo dnf remove python3-colour.noarch $ sudo dnf autoremove

3. Information about the python3-colour.noarch package on CentOS Stream 8

Last metadata expiration check: 0:02:38 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-colour
Version : 0.1.5
Release : 1.el8
Architecture : noarch
Size : 33 k
Source : python-colour-0.1.5-1.el8.src.rpm
Repository : epel
Summary : Python module to convert and manipulate color representations
URL : https://github.com/vaab/colour
License : BSD
Description : Converts and manipulates common color representation (RGB, HSL, web, etc.)
:
: - Damn simple and pythonic way to manipulate color representation
: - Full conversion between RGB, HSL, 6-digit hex, 3-digit hex, human color
: - One object (Color) or bunch of single purpose function (rgb2hex, hsl2rgb,
: etc.) web format that use the smallest representation between 6-digit
: (e.g. #fa3b2c), 3-digit (e.g. #fbb), fully spelled color (e.g. white),
: following W3C color naming for compatible CSS or HTML color specifications.
: - smooth intuitive color scale generation choosing N color gradients.
: - can pick colors for you to identify objects of your application.