How to Install and Uninstall python3-webcolors.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: January 16,2025

1. Install "python3-webcolors.noarch" package

In this section, we are going to explain the necessary steps to install python3-webcolors.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-webcolors.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-webcolors.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the python3-webcolors.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:00:19 ago on Mon Feb 26 07:04:30 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