How to Install and Uninstall python3-colormap Package on openSUSE Leap

Last updated: May 18,2024

1. Install "python3-colormap" package

Please follow the step by step instructions below to install python3-colormap on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-colormap

2. Uninstall "python3-colormap" package

This guide covers the steps necessary to uninstall python3-colormap on openSUSE Leap:

$ sudo zypper remove python3-colormap

3. Information about the python3-colormap package on openSUSE Leap

Information for package python3-colormap:
-----------------------------------------
Repository : Main Repository
Name : python3-colormap
Version : 1.0.3-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 121.6 KiB
Installed : No
Status : not installed
Source package : python-colormap-1.0.3-bp155.2.11.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.