How to Install and Uninstall python3-webcolors.noarch Package on AlmaLinux 9

Last updated: October 06,2024

1. Install "python3-webcolors.noarch" package

Please follow the guidance below to install python3-webcolors.noarch on AlmaLinux 9

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

2. Uninstall "python3-webcolors.noarch" package

Please follow the guidance below to uninstall python3-webcolors.noarch on AlmaLinux 9:

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

3. Information about the python3-webcolors.noarch package on AlmaLinux 9

Last metadata expiration check: 0:23:21 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : python3-webcolors
Version : 1.12
Release : 4.el9
Architecture : noarch
Size : 23 k
Source : python-webcolors-1.12-4.el9.src.rpm
Repository : epel
Summary : A library for working with HTML and CSS color names and value formats
URL : https://github.com/ubernostrum/webcolors
License : BSD-3-Clause
Description : webcolors is a module for working with HTML/CSS color definitions.
:
: Support is included for normalizing and converting between the following
: formats (RGB colorspace only; conversion to/from HSL can be handled by the
: colorsys module in the Python standard library):
: * Specification-defined color names
: * Six-digit hexadecimal
: * Three-digit hexadecimal
: * Integer rgb() triplet
: * Percentage rgb() triplet