How to Install and Uninstall python39-colormap Package on openSuSE Tumbleweed

Last updated: June 30,2024

1. Install "python39-colormap" package

Please follow the instructions below to install python39-colormap on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-colormap

2. Uninstall "python39-colormap" package

Please follow the steps below to uninstall python39-colormap on openSuSE Tumbleweed:

$ sudo zypper remove python39-colormap

3. Information about the python39-colormap package on openSuSE Tumbleweed

Information for package python39-colormap:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-colormap
Version : 1.0.6-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 85.4 KiB
Installed : No
Status : not installed
Source package : python-colormap-1.0.6-1.2.src
Upstream URL : https://github.com/cokelaer/colormap
Summary : Utilities to manipulate matplotlib colormaps and color codecs
Description :
The colormap package provides utilities to convert colors between
RGB, HEX, HLS, HUV and a class to build colormaps for matplotlib. All
matplotlib colormaps and some R colormaps are available altogether. The
plot_colormap method is able to pick up a colormaps and
the test_colormap can be used to visually test a new colormap.