How to Install and Uninstall python3-colour.noarch Package on Fedora 35

Last updated: June 29,2024

1. Install "python3-colour.noarch" package

In this section, we are going to explain the necessary steps to install python3-colour.noarch on Fedora 35

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

2. Uninstall "python3-colour.noarch" package

Please follow the guidance below to uninstall python3-colour.noarch on Fedora 35:

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

3. Information about the python3-colour.noarch package on Fedora 35

Last metadata expiration check: 4:02:55 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-colour
Version : 0.1.5
Release : 10.fc35
Architecture : noarch
Size : 33 k
Source : python-colour-0.1.5-10.fc35.src.rpm
Repository : fedora
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.