How to Install and Uninstall python311-webcolors Package on openSUSE Leap
Last updated: March 15,2025
1. Install "python311-webcolors" package
This guide covers the steps necessary to install python311-webcolors on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
python311-webcolors
Copied
2. Uninstall "python311-webcolors" package
Here is a brief guide to show you how to uninstall python311-webcolors on openSUSE Leap:
$
sudo zypper remove
python311-webcolors
Copied
3. Information about the python311-webcolors package on openSUSE Leap
Information for package python311-webcolors:
--------------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python311-webcolors
Version : 1.13-150400.10.3.9
Arch : noarch
Vendor : SUSE LLC
Installed Size : 89.0 KiB
Installed : No
Status : not installed
Source package : python-webcolors-1.13-150400.10.3.9.src
Upstream URL : https://github.com/ubernostrum/webcolors
Summary : Support for color names and value formats defined by the HTML
Description :
Webcolors is a simple Python 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
Implementations are also provided for the HTML5 color parsing and
serialization algorithms.
Full documentation is `available online `_.
--------------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python311-webcolors
Version : 1.13-150400.10.3.9
Arch : noarch
Vendor : SUSE LLC
Installed Size : 89.0 KiB
Installed : No
Status : not installed
Source package : python-webcolors-1.13-150400.10.3.9.src
Upstream URL : https://github.com/ubernostrum/webcolors
Summary : Support for color names and value formats defined by the HTML
Description :
Webcolors is a simple Python 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
Implementations are also provided for the HTML5 color parsing and
serialization algorithms.
Full documentation is `available online