How to Install and Uninstall python2-colour Package on openSUSE Leap

Last updated: May 20,2024

1. Install "python2-colour" package

Please follow the guidelines below to install python2-colour on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-colour

2. Uninstall "python2-colour" package

Please follow the guidelines below to uninstall python2-colour on openSUSE Leap:

$ sudo zypper remove python2-colour

3. Information about the python2-colour package on openSUSE Leap

Information for package python2-colour:
---------------------------------------
Repository : Main Repository
Name : python2-colour
Version : 0.1.5-bp153.1.15
Arch : noarch
Vendor : openSUSE
Installed Size : 103,1 KiB
Installed : No
Status : not installed
Source package : python-colour-0.1.5-bp153.1.15.src
Summary : Python module to convert between color representations (RGB, HSL, web)
Description :
Python module to convert between color representations:
* RGB, HSL, 6-digit hex, 3-digit hex, human color
* One object (Color) or several single purpose functions
(rgb2hex, hsl2rgb, ...)
* Web format which uses the smallest representation between
6-digit (e.g. #fa3b2c), 3-digit (e.g. #fbb), fully spelled
color (e.g. white), following W3C color naming for compatible
CSS or HTML color specifications
* Color scale generation choosing N color gradients
* It's possible to pick colors to identify objects of the
application being developed