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

Last updated: September 24,2024

1. Install "python3-webcolors.noarch" package

This is a short guide on how to install python3-webcolors.noarch on Oracle Linux 9

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

2. Uninstall "python3-webcolors.noarch" package

Please follow the steps below to uninstall python3-webcolors.noarch on Oracle Linux 9:

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

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

Last metadata expiration check: 0:03:10 ago on Thu Feb 15 07:50:05 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