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

Last updated: November 23,2024

1. Install "python310-colormap" package

Here is a brief guide to show you how to install python310-colormap on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-colormap

2. Uninstall "python310-colormap" package

Please follow the guidelines below to uninstall python310-colormap on openSuSE Tumbleweed:

$ sudo zypper remove python310-colormap

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

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