How to Install and Uninstall python2-webcolors Package on openSUSE Leap
Last updated: November 08,2024
Deprecated! Installation of this package may no longer be supported.
1. Install "python2-webcolors" package
This guide covers the steps necessary to install python2-webcolors on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
python2-webcolors
Copied
2. Uninstall "python2-webcolors" package
In this section, we are going to explain the necessary steps to uninstall python2-webcolors on openSUSE Leap:
$
sudo zypper remove
python2-webcolors
Copied
3. Information about the python2-webcolors package on openSUSE Leap
Information for package python2-webcolors:
------------------------------------------
Repository : Main Repository
Name : python2-webcolors
Version : 1.7-bp153.1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 53,2 KiB
Installed : No
Status : not installed
Source package : python-webcolors-1.7-bp153.1.1.src
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 : Main Repository
Name : python2-webcolors
Version : 1.7-bp153.1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 53,2 KiB
Installed : No
Status : not installed
Source package : python-webcolors-1.7-bp153.1.1.src
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