How to Install and Uninstall python39-webcolors Package on openSuSE Tumbleweed
Last updated: November 07,2024
1. Install "python39-webcolors" package
This guide let you learn how to install python39-webcolors on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python39-webcolors
Copied
2. Uninstall "python39-webcolors" package
Please follow the step by step instructions below to uninstall python39-webcolors on openSuSE Tumbleweed:
$
sudo zypper remove
python39-webcolors
Copied
3. Information about the python39-webcolors package on openSuSE Tumbleweed
Information for package python39-webcolors:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-webcolors
Version : 1.13-2.4
Arch : noarch
Vendor : openSUSE
Installed Size : 77.9 KiB
Installed : No
Status : not installed
Source package : python-webcolors-1.13-2.4.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 : openSUSE-Tumbleweed-Oss
Name : python39-webcolors
Version : 1.13-2.4
Arch : noarch
Vendor : openSUSE
Installed Size : 77.9 KiB
Installed : No
Status : not installed
Source package : python-webcolors-1.13-2.4.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