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

Last updated: July 03,2024

1. Install "python311-colormap" package

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

$ sudo zypper refresh $ sudo zypper install python311-colormap

2. Uninstall "python311-colormap" package

Here is a brief guide to show you how to uninstall python311-colormap on openSuSE Tumbleweed:

$ sudo zypper remove python311-colormap

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

Information for package python311-colormap:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-colormap
Version : 1.0.6-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 102.2 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.